Skip to content

Commit 6427170

Browse files
chore(deps): update actions/checkout action to v3
1 parent 8695d1e commit 6427170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
build:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323
- uses: actions/setup-node@v2
2424
with:
2525
node-version: '14'

0 commit comments

Comments
 (0)