File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 38
38
- name : " Checkout Repository"
39
39
uses : actions/checkout@v5
40
40
- name : " Setup Python"
41
- uses : actions/setup-python@v5
41
+ uses : actions/setup-python@v6
42
42
with :
43
43
python-version : " 3.13"
44
44
cache : " pip"
Original file line number Diff line number Diff line change 15
15
id : checkout
16
16
uses : actions/checkout@v5
17
17
- name : Set up Python
18
- uses : actions/setup-python@v5
18
+ uses : actions/setup-python@v6
19
19
id : setup-python
20
20
with :
21
21
python-version : " 3.13"
Original file line number Diff line number Diff line change 19
19
with :
20
20
fetch-tags : true
21
21
- name : " Install Python"
22
- uses : actions/setup-python@v5
22
+ uses : actions/setup-python@v6
23
23
with :
24
24
python-version : " 3.13"
25
25
cache : " pip"
Original file line number Diff line number Diff line change 24
24
with :
25
25
fetch-tags : true
26
26
- name : " Install Python"
27
- uses : actions/setup-python@v5
27
+ uses : actions/setup-python@v6
28
28
with :
29
29
python-version : " 3.13"
30
30
cache : " pip"
Original file line number Diff line number Diff line change 34
34
- name : " Checkout Repository"
35
35
uses : actions/checkout@v5
36
36
- name : " Setup Python"
37
- uses : actions/setup-python@v5
37
+ uses : actions/setup-python@v6
38
38
with :
39
39
python-version : " 3.13"
40
40
cache : " pip"
54
54
- name : " Checkout Repository"
55
55
uses : actions/checkout@v5
56
56
- name : " Setup Python"
57
- uses : actions/setup-python@v5
57
+ uses : actions/setup-python@v6
58
58
with :
59
59
python-version : " 3.13"
60
60
cache : " pip"
72
72
- name : " Checkout Repository"
73
73
uses : actions/checkout@v5
74
74
- name : " Setup Python"
75
- uses : actions/setup-python@v5
75
+ uses : actions/setup-python@v6
76
76
with :
77
77
python-version : " 3.13"
78
78
cache : " pip"
96
96
- name : " Checkout Repository"
97
97
uses : actions/checkout@v5
98
98
- name : " Setup Python"
99
- uses : actions/setup-python@v5
99
+ uses : actions/setup-python@v6
100
100
with :
101
101
python-version : " 3.13"
102
102
cache : " pip"
@@ -133,7 +133,7 @@ jobs:
133
133
- name : " Checkout Repository"
134
134
uses : actions/checkout@v5
135
135
- name : " Setup Python"
136
- uses : actions/setup-python@v5
136
+ uses : actions/setup-python@v6
137
137
with :
138
138
python-version : ${{ matrix.python-version }}
139
139
cache : " pip"
Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123
123
git checkout $VERSION_BRANCH
124
124
- name : " Setup Python"
125
125
id : python-setup
126
- uses : actions/setup-python@v5
126
+ uses : actions/setup-python@v6
127
127
with :
128
128
python-version : " 3.13"
129
129
cache : " pip"
You can’t perform that action at this time.
0 commit comments