From 8e94cdb6cb23150de1c2a246ab3ef352bb3ab4d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:49:48 +0000 Subject: [PATCH] Bump stefanzweifel/git-auto-commit-action from 5 to 6 Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 6. - [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/v5...v6) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/book.yml | 2 +- .github/workflows/generate-mindmap.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/book.yml b/.github/workflows/book.yml index 912ffefec..e75246568 100644 --- a/.github/workflows/book.yml +++ b/.github/workflows/book.yml @@ -33,7 +33,7 @@ jobs: echo "Generated book for: ${{ matrix.language }}" >> $GITHUB_STEP_SUMMARY - name: Commit updated toc.md for the book - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Writing updated toc.md for the ${{ matrix.language }} book branch: ${{ github.head_ref }} diff --git a/.github/workflows/generate-mindmap.yml b/.github/workflows/generate-mindmap.yml index cd0787254..e195e2f24 100644 --- a/.github/workflows/generate-mindmap.yml +++ b/.github/workflows/generate-mindmap.yml @@ -54,6 +54,6 @@ jobs: - name: Reduce Screenshot Size (PNG) run: npx optipng ${{ matrix.folder }}/innersource-program-mind-map.png - name: Commit Changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: Re-creating markmap and screenshot