From 0dbadbe609e8166fbade4585c3031f36a1cd2bb0 Mon Sep 17 00:00:00 2001 From: "tinfoild[bot]" <140665299+tinfoild[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 16:25:07 +0800 Subject: [PATCH] feat(github-action)!: Update renovatebot/github-action action to v40.0.0 (#409) --- .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 a0e544ff..c2e3d281 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -61,6 +61,6 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@f9c81dddc9b589e4e6ae0326d1e36f6bc415d230 # v39.2.4 + uses: renovatebot/github-action@bf21d623a81a349d57109049960248ab12c62431 # v40.0.0 with: token: "${{ steps.oauth-token.outputs.token }}" \ No newline at end of file