File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 18
18
python-version : [ '3.10' ]
19
19
20
20
steps :
21
- - uses : actions/checkout@v4
21
+ - uses : actions/checkout@v5
22
22
23
23
- name : Set up Python
24
24
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
- name : Checkout the repository and the branch
17
- uses : actions/checkout@v4
17
+ uses : actions/checkout@v5
18
18
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 13
13
python-version : [ '3.10' ]
14
14
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
18
18
- name : Set up Python
19
19
uses : actions/setup-python@v5
36
36
python-version : [ '3.10' ]
37
37
38
38
steps :
39
- - uses : actions/checkout@v4
39
+ - uses : actions/checkout@v5
40
40
41
41
- name : Set up Python
42
42
uses : actions/setup-python@v5
60
60
python-version : [ '3.10' ]
61
61
62
62
steps :
63
- - uses : actions/checkout@v4.1.5
63
+ - uses : actions/checkout@v5
64
64
with :
65
65
persist-credentials : false
66
66
fetch-depth : 0
@@ -120,7 +120,7 @@ jobs:
120
120
python-version : [ '3.9' ]
121
121
122
122
steps :
123
- - uses : actions/checkout@v4
123
+ - uses : actions/checkout@v5
124
124
with :
125
125
persist-credentials : false
126
126
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments