Skip to content

Commit 09c1ed2

Browse files
committed
Fix size limit GH workflow
1 parent d50376c commit 09c1ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/size-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
CI_JOB_NUMBER: 1
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: andresz1/size-limit-action
21+
- uses: andresz1/size-limit-action@v1
2222
with:
2323
github_token: ${{ secrets.GITHUB_TOKEN }}
2424
package_manager: pnpm

0 commit comments

Comments
 (0)