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 1515 runs-on : ubuntu-22.04
1616 steps :
1717 - name : Checkout PR branch
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 ref : ${{ github.event.pull_request.head.sha }}
2121 fetch-depth : 0
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout PR branch
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121
2222 - name : Setup Python
2323 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 2626 os : ubuntu-24.04
2727
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 0
3232
Original file line number Diff line number Diff line change 5858 micromamba_shell_init : cmd.exe
5959
6060 steps :
61- - uses : actions/checkout@v4
61+ - uses : actions/checkout@v5
6262 with :
6363 fetch-depth : 0
6464
@@ -204,7 +204,7 @@ jobs:
204204 os : macos-15
205205
206206 steps :
207- - uses : actions/checkout@v4
207+ - uses : actions/checkout@v5
208208 with :
209209 fetch-depth : 0
210210
You can’t perform that action at this time.
0 commit comments