Skip to content

Commit

Permalink
CI: switch to actions/checkout@v2
Browse files Browse the repository at this point in the history
PR-URL: #600
Credit: @XhmikosR
Close: #600
Reviewed-by: @ruyadorno
  • Loading branch information
XhmikosR authored and ruyadorno committed Jan 7, 2020
1 parent 4a669be commit 9295046
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
# Checkout the npm/cli repo
- uses: actions/checkout@v1.1.0
- uses: actions/checkout@v2

# Installs the specific version of nodejs
- name: Use nodejs 12.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
# Checkout the npm/cli repo
- uses: actions/checkout@v1
- uses: actions/checkout@v2

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

0 comments on commit 9295046

Please sign in to comment.