diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7f052233..e7853e99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -102,7 +102,7 @@ jobs: targetFile: african_proverbs_unique.json - name: Push changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Add images pulled from headless browser to folder commit_options: '--no-verify --signoff' diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index d3291b77..5eaf2168 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -17,6 +17,6 @@ jobs: [[ -f "$FILE" ]] || curl https://raw.githubusercontent.com/ekalinin/github-markdown-toc/master/gh-md-toc -o $FILE chmod a+x $FILE ./$FILE --insert --no-backup README.md - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: Auto update markdown TOC diff --git a/.github/workflows/version-update.yml b/.github/workflows/version-update.yml index 27e948ba..cd4b1300 100644 --- a/.github/workflows/version-update.yml +++ b/.github/workflows/version-update.yml @@ -20,7 +20,7 @@ jobs: run: echo "VERSION = \"$(git describe --tags `git rev-list --tags --max-count=1`)\"" > version.txt - name: Commit update - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v7 with: branch: master skip_dirty_check: true