From 07bbc0ba41421ce0e98fc5c2959d6b67200c3c24 Mon Sep 17 00:00:00 2001 From: "172381+snoopy82481-bot[bot]" <172381+snoopy82481-bot[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 21:09:59 +0000 Subject: [PATCH] fix(github-action): update renovatebot/github-action action to v39.0.2 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v39.0.1 | v39.0.2 | --- .github/workflows/schedule-renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-renovate.yaml b/.github/workflows/schedule-renovate.yaml index 7cd16142e2..2550031f14 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -50,7 +50,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@23a02fe7be9e93f857a953cc8162e57d2c8401ef # v39.0.1 + uses: renovatebot/github-action@fdd841aca4d443791558b2ad5db9d00b8e675b93 # v39.0.2 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.generate-token.outputs.token }}"