File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99runs :
1010 using : composite
1111 steps :
12- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
12+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
1313 with :
1414 node-version : ${{ inputs.node-version }}
1515
2424 run : |
2525 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
2626
27- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
27+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
2828 name : Setup pnpm cache
2929 with :
3030 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
Original file line number Diff line number Diff line change 2222 fetch-depth : 0
2323 filter : blob:none
2424
25- - uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2 .0
25+ - uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
2626 with :
2727 node-version : ' *'
2828
3535 run : |
3636 echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT
3737
38- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
38+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
3939 name : Setup pnpm cache
4040 with :
4141 path : ${{ steps.pnpm-cache.outputs.STORE_PATH }}
You can’t perform that action at this time.
0 commit comments