From 3021d3d404637c667571719f94229e1955c8280b Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 10:16:39 +0000 Subject: [PATCH] ci(github-action): update renovatebot/github-action to v40 --- .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 40b2498e9..afb45d430 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -59,7 +59,7 @@ jobs: # https://github.com/marketplace/actions/renovate-bot-github-action - name: Renovate - uses: renovatebot/github-action@f9c81dddc9b589e4e6ae0326d1e36f6bc415d230 # v39.2.4 + uses: renovatebot/github-action@0fae6f7e1af629f09a3d5930ff7139703ccad32b # v40.0.1 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.generate-token.outputs.token }}"