diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 238bedc..fecfc41 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@627f0f41f6904a5b1efbaed9f96d9eb58e92e920 + uses: actions/cache@6998d139ddd3e68c71e9e398d8e40b71a2f39812 with: path: ~/.npm key: node-cache-${{ steps.get-runs-using-version.outputs.prop }}-${{ hashFiles('**/package-lock.json') }}