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 7ce393f commit 31feabfCopy full SHA for 31feabf
.github/workflows/CD.yml
@@ -9,7 +9,7 @@ jobs:
9
if: "!github.event.release.prerelease"
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
13
- name: Update package.json and push
14
uses: actions/setup-node@v1
15
with:
0 commit comments