diff --git a/.github/actions/restore/action.yml b/.github/actions/restore/action.yml index 97a17b55..2819fe19 100644 --- a/.github/actions/restore/action.yml +++ b/.github/actions/restore/action.yml @@ -21,7 +21,7 @@ runs: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV - name: Setup pnpm cache - uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 + uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5 with: path: ${{ env.STORE_PATH }} key: ${{ runner.os }}-pnpm-store-${{ hashFiles('pnpm-lock.yaml') }}