From 61612e3d8ed0da443a573143c6668e58f9626c83 Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 02:22:01 +0000 Subject: [PATCH] ci(github-action): update renovatebot/github-action to v39.1.1 (#2059) Co-authored-by: tyriis-automation[bot] <133711747+tyriis-automation[bot]@users.noreply.github.com> --- .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 c9f480b13..907b9b25f 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.yaml @@ -54,7 +54,7 @@ jobs: # https://github.com/marketplace/actions/renovate-bot-github-action - name: Renovate - uses: renovatebot/github-action@v39.1.0 + uses: renovatebot/github-action@v39.1.1 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "${{ steps.generate-token.outputs.token }}"