From 3f50ea42eee799573f0feed96fbb9892da12d674 Mon Sep 17 00:00:00 2001 From: "budimanjojo-bot[bot]" <111944664+budimanjojo-bot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:22:59 +0000 Subject: [PATCH] chore(github-action): update renovatebot/github-action action to v40.3.6 (#4874) Signed-off-by: budimanjojo-bot <111944664+budimanjojo-bot[bot]@users.noreply.github.com> Co-authored-by: budimanjojo-bot[bot] <111944664+budimanjojo-bot[bot]@users.noreply.github.com> --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index b8ce5e8fa..0d38e92c8 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -39,7 +39,7 @@ jobs: echo "RENOVATE_DRY_RUN=${{ github.event.inputs.dryRun || env.RENOVATE_DRY_RUN }}" >> "${GITHUB_ENV}" echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@v40.3.5 + uses: renovatebot/github-action@v40.3.6 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.generate-token.outputs.token }}"