File tree 4 files changed +6
-6
lines changed
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@v3
23
+ - uses : actions/checkout@v4
24
24
25
25
- uses : actions/setup-python@v4
26
26
with :
Original file line number Diff line number Diff line change 22
22
- " 3.11"
23
23
runs-on : ubuntu-latest
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
27
27
- uses : actions/setup-python@v4
28
28
with :
62
62
test-release :
63
63
runs-on : ubuntu-latest
64
64
steps :
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
with :
67
67
fetch-depth : 0
68
68
Original file line number Diff line number Diff line change 30
30
31
31
steps :
32
32
- name : Checkout repository
33
- uses : actions/checkout@v3
33
+ uses : actions/checkout@v4
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@v3
15
+ - uses : actions/checkout@v4
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@v3
48
+ - uses : actions/checkout@v4
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