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@v4
18+ uses : actions/checkout@v5
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@v4
40+ uses : actions/checkout@v5
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@v4
15+ - uses : actions/checkout@v5
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 2828
2929 steps :
3030 - name : Checkout
31- uses : actions/checkout@v4
31+ uses : actions/checkout@v5
3232
3333 - name : Get tags
3434 run : git fetch --tags origin
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131
3232 - name : Get tags
3333 run : git fetch --tags origin
You can’t perform that action at this time.
0 commit comments