diff --git a/.github/workflows/build-and-deploy-production.yml b/.github/workflows/build-and-deploy-production.yml index 8e8bf062..33986f65 100644 --- a/.github/workflows/build-and-deploy-production.yml +++ b/.github/workflows/build-and-deploy-production.yml @@ -26,7 +26,7 @@ jobs: - name: Get cached dependencies id: cache-npm - uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c + uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: node_modules key: npm-${{ hashFiles('./package-lock.json') }} diff --git a/.github/workflows/build-and-deploy-staging.yml b/.github/workflows/build-and-deploy-staging.yml index 07653c32..17987e83 100644 --- a/.github/workflows/build-and-deploy-staging.yml +++ b/.github/workflows/build-and-deploy-staging.yml @@ -26,7 +26,7 @@ jobs: - name: Get cached dependencies id: cache-npm - uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c + uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: node_modules key: npm-${{ hashFiles('./package-lock.json') }} diff --git a/.github/workflows/build-and-deploy-test.yml b/.github/workflows/build-and-deploy-test.yml index b9ccb693..9b579662 100644 --- a/.github/workflows/build-and-deploy-test.yml +++ b/.github/workflows/build-and-deploy-test.yml @@ -65,7 +65,7 @@ jobs: - name: Get cached dependencies id: cache-npm - uses: actions/cache/restore@e12d46a63a90f2fae62d114769bbf2a179198b5c + uses: actions/cache/restore@d4323d4df104b026a6aa633fdb11d772146be0bf with: path: node_modules key: npm-${{ hashFiles('./package-lock.json') }}