Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-12-16 17:46:59 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2020-01-07 20:13:15 +0300
commit9295046ac92bbe82f4d84e1ec90cc81d3b80bfc7 (patch)
treea4964112a305e74b2e5f98f03148ab65d8ebf509
parent4a669bee4ac54c70adc6979d45cd0605b6dc33fd (diff)
CI: switch to `actions/checkout@v2`
PR-URL: https://github.com/npm/cli/pull/600 Credit: @XhmikosR Close: #600 Reviewed-by: @ruyadorno
-rw-r--r--.github/workflows/benchmark.yml2
-rw-r--r--.github/workflows/ci.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index db9d16e70..a54413296 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -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
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 542b90dfa..fb2511c04 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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 }}