diff --git a/.github/workflows/template.yml b/.github/workflows/template.yml index 9903c0f..cc3f823 100644 --- a/.github/workflows/template.yml +++ b/.github/workflows/template.yml @@ -38,7 +38,7 @@ jobs: - name: Amend first ever commit (message) if: env.GIT_COMMIT_COUNT == 1 - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: ${{ env.FIRST_EVER_COMMIT_MESSAGE }} commit_options: "--amend"