Skip to content

Commit

Permalink
Update stefanzweifel/git-auto-commit-action action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 2439de8 commit 4ca4700
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Commit changes
# If branch is renovate we want to format and commit the changes
if: startsWith(github.event.ref, 'refs/heads/renovate')
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore: format code with csharpier"
commit_author: "Renovate Bot <renovate[bot]@users.noreply.github.com>"
Expand Down

0 comments on commit 4ca4700

Please sign in to comment.