File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 ref : ${{ github.head_ref }}
2121 token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141
4242 - name : Get tags
4343 run : git fetch --tags origin
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 with :
1717 repository : ${{ github.event.client_payload.pull_request.head.repo.full_name }}
1818 ref : ${{ github.event.client_payload.pull_request.head.ref }}
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636
3737 - name : Get tags
3838 run : git fetch --tags origin
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535
3636 - name : Get tags
3737 run : git fetch --tags origin
You can’t perform that action at this time.
0 commit comments