Skip to content

Commit a812b4b

Browse files
chore(deps) Update actions/checkout action to v3
1 parent 2e57fd0 commit a812b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: release
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- uses: actions/setup-node@v2
1313
with:
1414
cache: npm

0 commit comments

Comments
 (0)