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 2222 echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_OUTPUT
2323
2424 - name : Save and restore pnpm cache on main
25- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
25+ uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
2626 if : ${{ github.ref_name == 'main' }}
2727 with :
2828 path : ${{ steps.store.outputs.STORE_PATH }}
3131 ${{ runner.os }}-pnpm-store-
3232
3333 - name : Restore pnpm cache on PR
34- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
34+ uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
3535 if : ${{ github.ref_name != 'main' }}
3636 with :
3737 path : ${{ steps.store.outputs.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments