Skip to content

Commit 27bfb04

Browse files
committed
chore: Update dependabot_regenerate_sri.yml in zpool-exporter-textfile
1 parent ad4cacf commit 27bfb04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dependabot_regenerate_sri.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
private_key: ${{ secrets.PR_FIXUP_APP_PRIVATE_KEY }}
2323
permissions: >-
2424
{"contents": "write"}
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
with:
2727
fetch-depth: 0
2828
token: ${{steps.generate_token.outputs.token}}
@@ -39,7 +39,7 @@ jobs:
3939
working-directory: "."
4040

4141
- name: Push changes to ${{github.base_ref}}
42-
uses: stefanzweifel/git-auto-commit-action@v5
42+
uses: stefanzweifel/git-auto-commit-action@v7
4343
with:
4444
commit_message: "Update gomod SRI hash"
4545
file_pattern: "*.sri"

0 commit comments

Comments
 (0)