diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6883b93f..92a9ff80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - name: Cache node_modules id: cache-npm-packages - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 env: cache-name: cache-node_modules with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df337b84..e550109f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Cache node_modules id: cache-npm-packages - uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4.0.0 + uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4.0.1 env: cache-name: cache-node_modules with: