diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index a9bda4a..4d4d820 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -45,7 +45,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: Run Renovate - uses: renovatebot/github-action@v41.0.22 + uses: renovatebot/github-action@v43.0.18 with: configurationFile: .github/renovate-ci.json5 token: "x-access-token:${{ steps.generate-token.outputs.token }}"