diff --git a/.github/workflows/build-action.yml b/.github/workflows/build-action.yml index 41ec1a1..c196aa9 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@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.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 }}