From a9d617759a2b1311b19b164750a6e0fd25ca833f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 17:58:33 +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.1.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.1.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.1.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..928c921 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.1.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..25dd914 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.1.0 with: commit_message: "docs: auto update table-of-contents in *.md files"