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