From ceb6d0f3054f5a4f859fd40026e236a3474f17c5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 10:02:52 +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 61151f82..3f057d7b 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 5ff051f9..3cec0706 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 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