From 94c51d45750d93912c2ba09124cfae4679e4d57a Mon Sep 17 00:00:00 2001 From: bot-kanga <141990275+bot-kanga[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 22:02:10 +0000 Subject: [PATCH] fix(github-action): update renovatebot/github-action action to v40.1.4 --- .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 9832ef35c..c9801ea44 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -52,7 +52,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@78bdcb3bffa5e95e646183ca0a2ac2895abd6a20 # v40.1.3 + uses: renovatebot/github-action@c134f38c01867794a23c35e86660bd9609caf30c # v40.1.4 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.generate-token.outputs.token }}"