File tree Expand file tree Collapse file tree
.github/common/setup-node-pnpm Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 node-version-file : package.json
2121
2222 - name : Restore pnpm cache
23- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
23+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2424 with :
2525 path : ${{ steps.pnpm-store.outputs.store_path }}
2626 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
3434 - name : Save pnpm cache if main branch
3535 if : github.ref_name == 'main'
3636 id : save-pnpm-cache
37- uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
37+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3838 with :
3939 path : ${{ steps.pnpm-store.outputs.store_path }}
4040 key : ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
You can’t perform that action at this time.
0 commit comments