From 54171beb848a862c43c2f8b85a0b55548469f950 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 16:55:16 +0000 Subject: [PATCH] :arrow_up: Updates stefanzweifel/git-auto-commit-action action to v7 --- .github/workflows/main.yml | 2 +- .github/workflows/toc.yml | 2 +- .github/workflows/version-update.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 61151f8..3f057d7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: test -f ${{ steps.proverb-image.outputs.image }} - 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 5ff051f..3cec070 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -16,6 +16,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 27e948b..cd4b130 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