We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a8acb5 + 012fce2 commit b79f97eCopy full SHA for b79f97e
.github/workflows/test-and-build.yml
@@ -11,7 +11,7 @@ jobs:
11
build:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
15
- name: Install Dependencies
16
run: npm install
17
- name: Test and Build
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
test:
0 commit comments