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.
2 parents 7bc867a + d61643f commit fae7eb2Copy full SHA for fae7eb2
.github/workflows/build.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
22
23
- name: Use Node.js
24
uses: actions/setup-node@v3
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
outputs:
version: ${{ steps.build.outputs.version }}
25
26
27
with:
28
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
29
0 commit comments