Skip to content

Commit 1217fae

Browse files
Use actions/checkout@v3
1 parent 1e13ef9 commit 1217fae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 18
1818

19-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
2020
with:
2121
persist-credentials: false
2222

@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
needs: [test]
3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
with:
3939
fetch-depth: 0
4040

0 commit comments

Comments
 (0)