From b89dada73ca8951bc6e7049330f80a57a564b8e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 15:42:48 +0000 Subject: [PATCH] [action] Bump stefanzweifel/git-auto-commit-action in /.github/workflows Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6.0.1 to 7.0.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mega-linter.yml | 2 +- .github/workflows/toc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 1a910a2..1e3dcb4 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -231,7 +231,7 @@ jobs: run: sudo chown -Rc $UID .git/ - name: Commit and push applied linter fixes - uses: stefanzweifel/git-auto-commit-action@v6.0.1 # changed from v4 by @rasa + uses: stefanzweifel/git-auto-commit-action@v7.0.0 # changed from v4 by @rasa if: env.APPLY_FIXES_IF_COMMIT == 'true' with: branch: >- diff --git a/.github/workflows/toc.yml b/.github/workflows/toc.yml index 8b74e86..883e54a 100644 --- a/.github/workflows/toc.yml +++ b/.github/workflows/toc.yml @@ -54,6 +54,6 @@ jobs: source "${tmp1}" --indent 0 --no-backup --hide-footer --skip-header "${MAPFILE[@]}" rm -fr "${tmp1}" - - uses: stefanzweifel/git-auto-commit-action@v6.0.1 + - uses: stefanzweifel/git-auto-commit-action@v7.0.0 with: commit_message: "docs: auto update table-of-contents in *.md files"