mirror of
https://github.com/twitter/twemoji.git
synced 2025-04-29 02:47:25 +09:00
chore(svgo-action): Update SVGO PR action to v4
This commit is contained in:
parent
dbb2a10530
commit
bce9a718e2
4
.github/workflows/optimize-svgs.yml
vendored
4
.github/workflows/optimize-svgs.yml
vendored
@ -18,8 +18,8 @@ jobs:
|
|||||||
run-svgo:
|
run-svgo:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
- uses: ericcornelissen/svgo-action@v3
|
- uses: ericcornelissen/svgo-action@v4
|
||||||
id: svgo
|
id: svgo
|
||||||
with:
|
with:
|
||||||
repo-token: ${{secrets.GITHUB_TOKEN}}
|
repo-token: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user