File tree Expand file tree Collapse file tree
.github/actions/setup-bun Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 using : " composite"
1010 steps :
1111 - name : Setup Node
12- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
12+ uses : actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5 .0
1313 with :
1414 node-version : " 24"
1515
2525
2626 - name : Restore Bun dependencies
2727 id : bun-cache
28- uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
28+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
2929 with :
3030 path : ${{ steps.cache.outputs.dir }}
3131 key : ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
6666
6767 - name : Save Bun dependencies
6868 if : steps.bun-cache.outputs.cache-hit != 'true' && github.event_name != 'pull_request' && github.event_name != 'pull_request_target'
69- uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3 .0
69+ uses : actions/cache/save@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
7070 with :
7171 path : ${{ steps.cache.outputs.dir }}
7272 key : ${{ runner.os }}-bun-${{ hashFiles('**/bun.lock') }}
You can’t perform that action at this time.
0 commit comments