File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/setup-node-pnpm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
2222
2323 - name : Save and restore pnpm cache on main
24- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
24+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2525 if : ${{ github.ref_name == 'main' }}
2626 with :
2727 path : ${{ steps.store.outputs.STORE_PATH }}
3030 ${{ runner.os }}-pnpm-store-
3131
3232 - name : Restore pnpm cache on PR
33- uses : actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
33+ uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3434 if : ${{ github.ref_name != 'main' }}
3535 with :
3636 path : ${{ steps.store.outputs.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments