Skip to content

Commit

Permalink
chore(optimize-svgs): bump git auto commit action version
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecked committed Jun 10, 2024
1 parent 7407fa3 commit c496efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/optimize-svgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
repo-token: ${{secrets.GITHUB_TOKEN}}
svgo-version: 3
- name: Commit optimizations
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
if: ${{steps.svgo.outputs.DID_OPTIMIZE}}
with:
commit_message: Optimize ${{steps.svgo.outputs.OPTIMIZED_COUNT}} SVG(s)
Expand Down

0 comments on commit c496efb

Please sign in to comment.