diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c937b48d8..bf38bc0ff 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@704facf57e6136b1bc63b828d79edcd491f0ee84 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 with: path: ~/.npm key: v1-npm-deps-${{ hashFiles('**/package-lock.json') }}