From c5efaff7ee4287d11d60a728f6ddd7e0296cbf18 Mon Sep 17 00:00:00 2001 From: chii-bot <109454249+chii-bot[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 02:29:57 +0000 Subject: [PATCH] feat(github-action)!: Update renovatebot/github-action action to v40.1.9 | datasource | package | from | to | | ----------- | ------------------------- | ------- | ------- | | github-tags | renovatebot/github-action | v36.0.2 | v40.1.9 | --- .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 7226cb15..5ba552f2 100644 --- a/.github/workflows/schedule-renovate.yaml +++ b/.github/workflows/schedule-renovate.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@v36.0.2 + uses: renovatebot/github-action@v40.1.9 with: configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}" token: "x-access-token:${{ steps.generate-token.outputs.token }}"