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 }}