File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
fetch-depth : 0
22
22
23
23
- name : Setup Python
24
- uses : actions/setup-python@v5
24
+ uses : actions/setup-python@v6
25
25
with :
26
26
python-version : " 3.11"
27
27
Original file line number Diff line number Diff line change 18
18
uses : actions/checkout@v5
19
19
20
20
- name : Setup Python
21
- uses : actions/setup-python@v5
21
+ uses : actions/setup-python@v6
22
22
with :
23
23
python-version : " 3.11"
24
24
Original file line number Diff line number Diff line change 34
34
fetch-depth : 0
35
35
36
36
- name : Set up Python
37
- uses : actions/setup-python@v5
37
+ uses : actions/setup-python@v6
38
38
with :
39
39
python-version : ' 3.11'
40
40
Original file line number Diff line number Diff line change 84
84
fetch-depth : 0
85
85
86
86
- name : Set up Python
87
- uses : actions/setup-python@v5
87
+ uses : actions/setup-python@v6
88
88
with :
89
89
python-version : ' 3.11'
90
90
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ jobs:
206
206
fetch-depth : 0
207
207
208
208
- name : Set up Python
209
- uses : actions/setup-python@v5
209
+ uses : actions/setup-python@v6
210
210
with :
211
211
python-version : ' 3.11'
212
212
You can’t perform that action at this time.
0 commit comments