diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml index ab9ae1b..eb791fc 100644 --- a/.github/workflows/build-action.yml +++ b/.github/workflows/build-action.yml @@ -35,7 +35,7 @@ jobs: echo "message=$(git log -1 --pretty=%s)" >> $GITHUB_OUTPUT echo "author=$(git log -1 --pretty=\"%an <%ae>\")" >> $GITHUB_OUTPUT - - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + - uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0 with: commit_author: ${{ steps.last-commit.outputs.author }} commit_message: ${{ steps.last-commit.outputs.message }}