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 1717 name : Build & Upload Binaries
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 with :
2222 ref : ${{ inputs.tag }}
2323
Original file line number Diff line number Diff line change 2727 matrix :
2828 node : [20.x, 22.x]
2929 steps :
30- - uses : actions/checkout@v4
30+ - uses : actions/checkout@v6
3131
3232 - uses : actions/setup-node@v6
3333 with :
4848 needs : test
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v6
5252 with :
5353 fetch-depth : 0
5454
9090 if : needs.publish.outputs.tag != ''
9191 runs-on : ubuntu-latest
9292 steps :
93- - uses : actions/checkout@v4
93+ - uses : actions/checkout@v6
9494 with :
9595 ref : ${{ needs.publish.outputs.tag }}
9696
You can’t perform that action at this time.
0 commit comments