Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f3d50ed

Browse files
authoredFeb 12, 2025··
chore(deps): update renovatebot/github-action action to v41.0.13
1 parent c7bc059 commit f3d50ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎.github/workflows/renovate-dryrun.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Self-hosted Renovate
30-
uses: renovatebot/github-action@v41.0.12
30+
uses: renovatebot/github-action@v41.0.13
3131
with:
3232
configurationFile: '.github/renovate.json'
3333
token: ${{ secrets.RENOVATE_TOKEN }}
@@ -42,7 +42,7 @@ jobs:
4242
steps:
4343
- uses: actions/checkout@v4
4444
- name: Self-hosted Renovate
45-
uses: renovatebot/github-action@v41.0.12
45+
uses: renovatebot/github-action@v41.0.13
4646
with:
4747
configurationFile: '.github/renovate.json'
4848
token: ${{ secrets.RENOVATE_TOKEN }}

‎.github/workflows/renovate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Self-hosted Renovate
18-
uses: renovatebot/github-action@v41.0.12
18+
uses: renovatebot/github-action@v41.0.13
1919
with:
2020
configurationFile: '.github/renovate.json'
2121
token: ${{ secrets.RENOVATE_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.