We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e13ef9 commit 1217faeCopy full SHA for 1217fae
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
node-version: 18
18
19
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
20
21
persist-credentials: false
22
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
needs: [test]
36
steps:
37
38
39
fetch-depth: 0
40
0 commit comments