From 4f5a4f1da5ad9865fbffed3c4e482ad5291b5283 Mon Sep 17 00:00:00 2001 From: "cosmos-renovate-bot[bot]" <184220455+cosmos-renovate-bot[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2024 02:56:20 +0000 Subject: [PATCH] =?UTF-8?q?fix(github-action):=20update=20renovatebot/gith?= =?UTF-8?q?ub-action=20(=20v40.3.5=20=E2=86=92=20v40.3.6=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/renovate-schedule.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-schedule.yaml b/.github/workflows/renovate-schedule.yaml index aa1eebc..f073e97 100644 --- a/.github/workflows/renovate-schedule.yaml +++ b/.github/workflows/renovate-schedule.yaml @@ -58,7 +58,7 @@ jobs: echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@28bcd5c4900a4353b5c9af9e1bd61dd6377f0f0d # v40.3.5 + uses: renovatebot/github-action@0984fb80fc633b17e57f3e8b6c007fe0dc3e0d62 # v40.3.6 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.app-token.outputs.token }}"