File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 20
20
- " 3.11"
21
21
runs-on : ubuntu-latest
22
22
steps :
23
- - uses : actions/checkout@v4
23
+ - uses : actions/checkout@v5
24
24
25
25
- uses : actions/setup-python@v4
26
26
with :
Original file line number Diff line number Diff line change 23
23
- " 3.13"
24
24
runs-on : ubuntu-latest
25
25
steps :
26
- - uses : actions/checkout@v4
26
+ - uses : actions/checkout@v5
27
27
28
28
- uses : actions/setup-python@v4
29
29
with :
63
63
test-release :
64
64
runs-on : ubuntu-latest
65
65
steps :
66
- - uses : actions/checkout@v4
66
+ - uses : actions/checkout@v5
67
67
with :
68
68
fetch-depth : 0
69
69
Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
# We must fetch at least the immediate parents so that if this is
36
36
# a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 12
12
upload_url : ${{ steps.create_release.outputs.upload_url }}
13
13
14
14
steps :
15
- - uses : actions/checkout@v4
15
+ - uses : actions/checkout@v5
16
16
with :
17
17
fetch-depth : 0
18
18
45
45
runs-on : ubuntu-latest
46
46
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
50
50
- name : Set up Python
51
51
uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments