File tree Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Expand file tree Collapse file tree 7 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 36
36
uses : actions/checkout@v5
37
37
38
38
- name : install python
39
- uses : actions/setup-python@v5
39
+ uses : actions/setup-python@v6
40
40
id : install_python
41
41
with :
42
42
python-version : " 3.13"
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124
124
github_token : ${{ steps.generate_token.outputs.token }}
125
125
126
126
- name : install python
127
- uses : actions/setup-python@v5
127
+ uses : actions/setup-python@v6
128
128
id : install_python
129
129
with :
130
130
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 59
59
uses : actions/checkout@v5
60
60
61
61
- name : install python
62
- uses : actions/setup-python@v5
62
+ uses : actions/setup-python@v6
63
63
id : install_python
64
64
with :
65
65
python-version : ${{ matrix.python-version }}
@@ -492,7 +492,7 @@ jobs:
492
492
run : just up ${{ join(matrix.backend.services, ' ') }}
493
493
494
494
- name : install python
495
- uses : actions/setup-python@v5
495
+ uses : actions/setup-python@v6
496
496
id : install_python
497
497
with :
498
498
python-version : ${{ matrix.python-version }}
@@ -606,7 +606,7 @@ jobs:
606
606
run : just download-data
607
607
608
608
- name : install python
609
- uses : actions/setup-python@v5
609
+ uses : actions/setup-python@v6
610
610
id : install_python
611
611
with :
612
612
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 27
27
uses : actions/checkout@v5
28
28
29
29
- name : install python
30
- uses : actions/setup-python@v5
30
+ uses : actions/setup-python@v6
31
31
id : install_python
32
32
with :
33
33
python-version : " 3.13"
Original file line number Diff line number Diff line change 96
96
97
97
# Upload index related
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
Original file line number Diff line number Diff line change 60
60
uses : actions/checkout@v5
61
61
62
62
- name : install python
63
- uses : actions/setup-python@v5
63
+ uses : actions/setup-python@v6
64
64
id : install_python
65
65
with :
66
66
python-version : ${{ matrix.python-version }}
@@ -116,7 +116,7 @@ jobs:
116
116
uses : actions/checkout@v5
117
117
118
118
- name : install python
119
- uses : actions/setup-python@v5
119
+ uses : actions/setup-python@v6
120
120
with :
121
121
python-version : " 3.9"
122
122
@@ -141,7 +141,7 @@ jobs:
141
141
uses : actions/checkout@v5
142
142
143
143
- name : install python
144
- uses : actions/setup-python@v5
144
+ uses : actions/setup-python@v6
145
145
with :
146
146
python-version : " 3.13"
147
147
@@ -159,7 +159,7 @@ jobs:
159
159
uses : actions/checkout@v5
160
160
161
161
- name : install python
162
- uses : actions/setup-python@v5
162
+ uses : actions/setup-python@v6
163
163
with :
164
164
python-version : " 3.13"
165
165
@@ -190,7 +190,7 @@ jobs:
190
190
uses : actions/checkout@v5
191
191
192
192
- name : install python
193
- uses : actions/setup-python@v5
193
+ uses : actions/setup-python@v6
194
194
id : install_python
195
195
with :
196
196
python-version : " 3.13"
Original file line number Diff line number Diff line change 28
28
fetch-depth : 0
29
29
30
30
- name : install python
31
- uses : actions/setup-python@v5
31
+ uses : actions/setup-python@v6
32
32
with :
33
33
python-version : " 3.13"
34
34
You can’t perform that action at this time.
0 commit comments