We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78cf83c commit 53e151dCopy full SHA for 53e151d
.github/workflows/renovate.yml
@@ -50,7 +50,7 @@ jobs:
50
echo "RENOVATE_DRY_RUN=${{ github.event.inputs.dryRun || env.RENOVATE_DRY_RUN }}" >> "${GITHUB_ENV}"
51
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}"
52
- name: Renovate
53
- uses: renovatebot/github-action@v40.1.12
+ uses: renovatebot/github-action@v40.2.0
54
with:
55
renovate-image: "ghcr.io/renovatebot/renovate"
56
renovate-version: "latest"
0 commit comments