Skip to content
This repository was archived by the owner on Dec 22, 2024. It is now read-only.

Commit 463f1d0

Browse files
committed
ci: fix check size
1 parent f800839 commit 463f1d0

File tree

3 files changed

+273
-20
lines changed

3 files changed

+273
-20
lines changed

.github/workflows/check-size.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
CI_JOB_NUMBER: 1
1414
steps:
1515
- name: Checkout repo
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
17+
1718
- uses: andresz1/size-limit-action@v1
1819
with:
1920
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)