diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e89f7e89c..1da0d7d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: version: '1.25.4' - name: Cache node modules - uses: actions/cache@2b250bc32ad02700b996b496c14ac8c2840a2991 # v2.1.8 + uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 with: path: ~/.npm key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }}