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.
actions/checkout@v2
1 parent 4a669be commit 9295046Copy full SHA for 9295046
.github/workflows/benchmark.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
# Checkout the npm/cli repo
20
- - uses: actions/checkout@v1.1.0
+ - uses: actions/checkout@v2
21
22
# Installs the specific version of nodejs
23
- name: Use nodejs 12.x
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
- - uses: actions/checkout@v1
# Installs the specific version of Node.js
- name: Use Node.js ${{ matrix.node-version }}
0 commit comments