Skip to content

Commit 7c943c9

Browse files
chore(deps): update stefanzweifel/git-auto-commit-action action to v7 (#321)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bace42c commit 7c943c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/badges.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: npm run update-badges
1919

2020
- name: Commit any changed files 💾
21-
uses: stefanzweifel/git-auto-commit-action@v6
21+
uses: stefanzweifel/git-auto-commit-action@v7
2222
with:
2323
commit_message: Updated badges
2424
branch: main

.github/workflows/render-charts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: git status
2323

2424
- name: Commit rendered png and svg files
25-
uses: stefanzweifel/git-auto-commit-action@v6
25+
uses: stefanzweifel/git-auto-commit-action@v7
2626
with:
2727
file_pattern: '*[.svg,.png]'
2828
branch: main

0 commit comments

Comments
 (0)