diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0c98a8a..1c65be5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: run: echo "dir=$(npm config get cache)" >> ${env:GITHUB_OUTPUT} - name: Setup npm cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }} diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index aecabfe..f81eb0e 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -33,7 +33,7 @@ jobs: run: echo "dir=$(npm config get cache)" >> ${env:GITHUB_OUTPUT} - name: Setup npm cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 id: npm-cache with: path: ${{ steps.npm-cache-dir.outputs.dir }}