Skip to content

Commit 124e244

Browse files
authored
Merge pull request #159 from makotot/renovate/actions-checkout-2.x
chore(deps): update actions/checkout action to v2
2 parents 9ea1487 + 6d134ab commit 124e244

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
@@ -6,7 +6,7 @@ jobs:
66
env:
77
CI_JOB_NUMBER: 1
88
steps:
9-
- uses: actions/checkout@v1
9+
- uses: actions/checkout@v2
1010
- uses: andresz1/size-limit-action@v1
1111
with:
1212
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)