Skip to content

Commit 53e151d

Browse files
feat(github-action): update renovatebot/github-action action to v40.2.0
1 parent 78cf83c commit 53e151d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
echo "RENOVATE_DRY_RUN=${{ github.event.inputs.dryRun || env.RENOVATE_DRY_RUN }}" >> "${GITHUB_ENV}"
5151
echo "LOG_LEVEL=${{ github.event.inputs.logLevel || env.LOG_LEVEL }}" >> "${GITHUB_ENV}"
5252
- name: Renovate
53-
uses: renovatebot/github-action@v40.1.12
53+
uses: renovatebot/github-action@v40.2.0
5454
with:
5555
renovate-image: "ghcr.io/renovatebot/renovate"
5656
renovate-version: "latest"

0 commit comments

Comments
 (0)