File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed 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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
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