Skip to content

Commit 54171be

Browse files
⬆️ Updates stefanzweifel/git-auto-commit-action action to v7
1 parent e6f2d46 commit 54171be

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
test -f ${{ steps.proverb-image.outputs.image }}
4141
4242
- name: Push changes
43-
uses: stefanzweifel/git-auto-commit-action@v4
43+
uses: stefanzweifel/git-auto-commit-action@v7
4444
with:
4545
commit_message: Add images pulled from headless browser to folder
4646
commit_options: '--no-verify --signoff'

.github/workflows/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
[[ -f "$FILE" ]] || curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o $FILE
1717
chmod a+x $FILE
1818
./$FILE --insert --no-backup README.md
19-
- uses: stefanzweifel/git-auto-commit-action@v4
19+
- uses: stefanzweifel/git-auto-commit-action@v7
2020
with:
2121
commit_message: Auto update markdown TOC

.github/workflows/version-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: echo "VERSION = \"$(git describe --tags `git rev-list --tags --max-count=1`)\"" > version.txt
2121

2222
- name: Commit update
23-
uses: stefanzweifel/git-auto-commit-action@v4
23+
uses: stefanzweifel/git-auto-commit-action@v7
2424
with:
2525
branch: master
2626
skip_dirty_check: true

0 commit comments

Comments
 (0)