Skip to content

Commit 0707056

Browse files
authored
ci: change preactjs/compressed-size-action version to @latest (#1551)
1 parent bf43198 commit 0707056

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- uses: preactjs/compressed-size-action@v2.5
16+
- uses: preactjs/compressed-size-action@latest
1717
with:
1818
repo-token: '${{ secrets.GITHUB_TOKEN }}'
1919
pattern: './dist/**/*.{js,css,json}'

0 commit comments

Comments
 (0)