Skip to content

Commit

Permalink
Update stefanzweifel/git-auto-commit-action action to v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent 05add60 commit 1e9805f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
run: echo "message=$(git log -1 --pretty=%s)" >>"$GITHUB_OUTPUT"

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
with:
commit_message: ${{ steps.last-commit-message.outputs.message }}
commit_options: --amend --no-edit
Expand Down

0 comments on commit 1e9805f

Please sign in to comment.