From 6de4ae7fb46b1f7237d6883ebcdc8a3e89fa060d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 15:03:15 +0000 Subject: [PATCH] [action] bump stefanzweifel/git-auto-commit-action from 7.1.0 to 7.2.0 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 7.1.0 to 7.2.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/v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d09b6b9..8221a85 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@v7.1.0 # changed from v4 by @rasa + uses: stefanzweifel/git-auto-commit-action@v7.2.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 94837d6..bb434e1 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@v7.1.0 + - uses: stefanzweifel/git-auto-commit-action@v7.2.0 with: commit_message: "docs: auto update table-of-contents in *.md files"