diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4013aa1..219504f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: node-version: v${{ steps.get-runs-using-version.outputs.version }} - name: Cache Node Packages id: node-cache - uses: actions/cache@69d9d449aced6a2ede0bc19182fadc3a0a42d2b0 + uses: actions/cache@940f3d7cf195ba83374c77632d1e2cbb2f24ae68 with: path: ~/.npm key: node-cache-${{ steps.get-runs-using-version.outputs.prop }}-${{ hashFiles('**/package-lock.json') }}