From 2dea8d80055595242551aabe88b62fb16882eeb3 Mon Sep 17 00:00:00 2001 From: TrueCharts-Admin Date: Thu, 16 Mar 2023 06:07:00 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3.4.0 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 48098752..babb23a1 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0 + uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4.0 with: token: ${{ secrets.BOT_TOKEN }} - name: Self-hosted Renovate