File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
.github/actions/setup-node-pnpm Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Setup Node and pnpm
33runs :
44 using : composite
55 steps :
6- - uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
6+ - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
77
88 - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
99 with :
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