File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 with :
2727 ref : ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
2828
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444 with :
4545 ref : ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
4646
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 ref : ${{ github.head_ref }}
2222
Original file line number Diff line number Diff line change 1212 build : # make sure build/ci work properly
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - name : Set Node.js 20.x
1717 uses : actions/setup-node@v6
1818 with :
2828 version : [stable, '1.25']
2929 runs-on : ${{ matrix.os }}
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v5
3232 with :
3333 ref : ${{ github.event.pull_request.head.ref || github.event.client_payload.pr }}
3434 - uses : ./
You can’t perform that action at this time.
0 commit comments