diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fe74387..c7e2320b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - name: Cache dependencies id: cache-depends - uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5 + uses: actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5 with: path: '**/node_modules' key: os-${{ matrix.os }}-node${{ matrix.node }}-${{ hashFiles('yarn.lock') }}