Skip to content

Commit

Permalink
chore(svgo-action): Update SVGO PR action to v4 (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdecked authored Nov 30, 2023
1 parent dbb2a10 commit 826d281
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/optimize-svgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
run-svgo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ericcornelissen/svgo-action@v3
- uses: actions/checkout@v4
- uses: ericcornelissen/svgo-action@v4
id: svgo
with:
repo-token: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 826d281

Please sign in to comment.