We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeab15e commit 7740e50Copy full SHA for 7740e50
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
build: # make sure build/ci work properly
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@3
+ - uses: actions/checkout@v3
14
- run: |
15
npm install
16
0 commit comments