From 0c7a87ddfe7925be06e3d526bca9beacf15ae292 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 16:43:18 +0000 Subject: [PATCH] :arrow_up: Updates stefanzweifel/git-auto-commit-action action to v7 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/mega-linter.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/mega-linter.yml b/.github/workflows/mega-linter.yml index 8770c61..abcb0ed 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -81,7 +81,7 @@ jobs: run: sudo chown -Rc $UID .git/ - name: Commit and push applied linter fixes if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && github.ref != 'refs/heads/master' && github.event.pull_request.head.repo.full_name == github.repository - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v7 with: branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }} commit_message: "[Mega-Linter] Apply linters fixes" diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index d3291b7..5eaf216 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 28cc524..151e794 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