From 9295046ac92bbe82f4d84e1ec90cc81d3b80bfc7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 16 Dec 2019 16:46:59 +0200 Subject: [PATCH] CI: switch to `actions/checkout@v2` PR-URL: https://github.com/npm/cli/pull/600 Credit: @XhmikosR Close: #600 Reviewed-by: @ruyadorno --- .github/workflows/benchmark.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index db9d16e701054..a544132966c21 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 542b90dfacd37..fb2511c044919 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 }}