From 0b9c75cd649860a4d4494a366cbe5a1105ef5cd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 11:24:30 +0000 Subject: [PATCH] :arrow_up: Updates stefanzweifel/git-auto-commit-action action to v5 --- .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 0c903634..d4886256 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,7 +35,7 @@ jobs: height: 400 - name: Push changes - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 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..d4b7772b 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@v5 with: commit_message: Auto update markdown TOC diff --git a/.github/workflows/version-update.yml b/.github/workflows/version-update.yml index 27e948ba..9b9b8d37 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@v5 with: branch: master skip_dirty_check: true