We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7384ee8 commit 7f4941cCopy full SHA for 7f4941c
.github/workflows/schedule-renovate.yaml
@@ -44,7 +44,7 @@ jobs:
44
echo "DRY_RUN=${{ github.event.inputs.dryRun || env.DRY_RUN }}" >> "${GITHUB_ENV}"
45
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}"
46
- name: Renovate
47
- uses: renovatebot/github-action@v32.241.11
+ uses: renovatebot/github-action@v41.0.3
48
with:
49
configurationFile: "${{ env.RENOVATE_CONFIG_FILE }}"
50
token: "x-access-token:${{ steps.generate-token.outputs.token }}"
0 commit comments