diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3e297cc..403897c 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -27,7 +27,7 @@ jobs: shell: bash run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - name: Setup pnpm cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ${{env.STORE_PATH}} key: ${{runner.os}}-pnpm-cache-${{ hashFiles('./pnpm-lock.yaml')}} diff --git a/.github/workflows/CI4PRs.yml b/.github/workflows/CI4PRs.yml index 57da454..eff54fb 100644 --- a/.github/workflows/CI4PRs.yml +++ b/.github/workflows/CI4PRs.yml @@ -27,7 +27,7 @@ jobs: shell: bash run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - name: Setup pnpm cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ${{env.STORE_PATH}} key: ${{runner.os}}-pnpm-cache-${{ hashFiles('./pnpm-lock.yaml')}}