Skip to content

Commit e6307b0

Browse files
chore(deps): update actions/checkout action to v3 (#170)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 61bf7d3 commit e6307b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/size-limit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
env:
1010
CI_JOB_NUMBER: 1
1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v3
1313
- uses: andresz1/[email protected]
1414
with:
1515
github_token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- uses: actions/setup-node@v2
1515
with:
1616
node-version: '14'

0 commit comments

Comments
 (0)