Skip to content

Commit a17eb57

Browse files
Update renovatebot/github-action action to v43.0.12
Signed-off-by: Mike Splain <[email protected]>
1 parent 8bd2c70 commit a17eb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838
run: jq '.dryRun = "true"' .github/renovate.json > .github/renovate-dry-run.json
3939

4040
- name: Renovate - Dry Run
41-
uses: renovatebot/[email protected].10
41+
uses: renovatebot/[email protected].12
4242
if: ${{ github.ref != 'refs/heads/main' }}
4343
with:
4444
configurationFile: .github/renovate-dry-run.json
4545
token: 'x-access-token:${{ steps.generate_token.outputs.token }}'
4646

4747
- name: Renovate
48-
uses: renovatebot/[email protected].10
48+
uses: renovatebot/[email protected].12
4949
if: ${{ github.ref == 'refs/heads/main' }}
5050
with:
5151
configurationFile: .github/renovate.json

0 commit comments

Comments
 (0)