diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bba9be1d..9d43201e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -50,7 +50,7 @@ jobs: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ${{ steps.pnpm-cache.outputs.STORE_PATH }} diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a3607b28..80715a60 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -40,7 +40,7 @@ jobs: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ${{ steps.pnpm-cache.outputs.STORE_PATH }} diff --git a/.github/workflows/re-lint.yml b/.github/workflows/re-lint.yml index c663fd42..9659cd9b 100644 --- a/.github/workflows/re-lint.yml +++ b/.github/workflows/re-lint.yml @@ -38,7 +38,7 @@ jobs: echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT - name: Cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 with: path: | ${{ steps.pnpm-cache.outputs.STORE_PATH }}