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 15
15
runs-on : ubuntu-22.04
16
16
steps :
17
17
- name : Checkout PR branch
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
with :
20
20
ref : ${{ github.event.pull_request.head.sha }}
21
21
fetch-depth : 0
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : Checkout PR branch
20
- uses : actions/checkout@v4
20
+ uses : actions/checkout@v5
21
21
22
22
- name : Setup Python
23
23
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 26
26
os : ubuntu-24.04
27
27
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
Original file line number Diff line number Diff line change 58
58
micromamba_shell_init : cmd.exe
59
59
60
60
steps :
61
- - uses : actions/checkout@v4
61
+ - uses : actions/checkout@v5
62
62
with :
63
63
fetch-depth : 0
64
64
@@ -204,7 +204,7 @@ jobs:
204
204
os : macos-15
205
205
206
206
steps :
207
- - uses : actions/checkout@v4
207
+ - uses : actions/checkout@v5
208
208
with :
209
209
fetch-depth : 0
210
210
You can’t perform that action at this time.
0 commit comments