Skip to content

Commit 9295046

Browse files
XhmikosRruyadorno
authored andcommitted
CI: switch to actions/checkout@v2
PR-URL: #600 Credit: @XhmikosR Close: #600 Reviewed-by: @ruyadorno
1 parent 4a669be commit 9295046

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
# Checkout the npm/cli repo
20-
- uses: actions/checkout@v1.1.0
20+
- uses: actions/checkout@v2
2121

2222
# Installs the specific version of nodejs
2323
- name: Use nodejs 12.x

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
# Checkout the npm/cli repo
17-
- uses: actions/checkout@v1
17+
- uses: actions/checkout@v2
1818

1919
# Installs the specific version of Node.js
2020
- name: Use Node.js ${{ matrix.node-version }}

0 commit comments

Comments
 (0)