From cdf3ef6103b57254aa5d1468ada2b89878a29bd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:07:46 +0000 Subject: [PATCH] fix(github-action): update renovatebot/github-action action to v40.1.2 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v40.1.1 | v40.1.2 | --- .github/workflows/schedule-renovate-annotations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-renovate-annotations.yaml b/.github/workflows/schedule-renovate-annotations.yaml index 9eb20b5a7..a92dd95de 100644 --- a/.github/workflows/schedule-renovate-annotations.yaml +++ b/.github/workflows/schedule-renovate-annotations.yaml @@ -44,7 +44,7 @@ jobs: echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}" echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}" - name: Renovate - uses: renovatebot/github-action@v40.1.1 + uses: renovatebot/github-action@v40.1.2 with: configurationFile: .github/renovate.json5 token: "x-access-token:${{ steps.generate-token.outputs.token }}"