Skip to content

Commit d4a46d7

Browse files
[.github/workflows] Update renovatebot/github-action action to v41.0.9 (#293)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 5448fe4 commit d4a46d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/comment_actions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Self-hosted Renovate
5252
if: startsWith(github.event.comment.body, '/renovate')
53-
uses: renovatebot/[email protected].8
53+
uses: renovatebot/[email protected].9
5454
with:
5555
token: ${{ secrets.RENOVATE_TOKEN }}
5656
configurationFile: .github/renovate.json5

.github/workflows/renovate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/[email protected]
1818

1919
- name: Self-hosted Renovate
20-
uses: renovatebot/[email protected].8
20+
uses: renovatebot/[email protected].9
2121
with:
2222
token: ${{ secrets.RENOVATE_TOKEN }}
2323
configurationFile: .github/renovate.json5

0 commit comments

Comments
 (0)