Skip to content

Commit dd52b99

Browse files
Merge branch 'develop' into petab_test
2 parents f10c2af + c55a522 commit dd52b99

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v5
3333

3434
- name: Prepare python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v5
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838

@@ -71,7 +71,7 @@ jobs:
7171
uses: actions/checkout@v5
7272

7373
- name: Prepare python ${{ matrix.python-version }}
74-
uses: actions/setup-python@v5
74+
uses: actions/setup-python@v6
7575
with:
7676
python-version: ${{ matrix.python-version }}
7777

@@ -107,7 +107,7 @@ jobs:
107107
uses: actions/checkout@v5
108108

109109
- name: Prepare python ${{ matrix.python-version }}
110-
uses: actions/setup-python@v5
110+
uses: actions/setup-python@v6
111111
with:
112112
python-version: ${{ matrix.python-version }}
113113

@@ -140,7 +140,7 @@ jobs:
140140
uses: actions/checkout@v5
141141

142142
- name: Prepare python ${{ matrix.python-version }}
143-
uses: actions/setup-python@v5
143+
uses: actions/setup-python@v6
144144
with:
145145
python-version: ${{ matrix.python-version }}
146146

@@ -184,7 +184,7 @@ jobs:
184184
uses: actions/checkout@v5
185185

186186
- name: Prepare python ${{ matrix.python-version }}
187-
uses: actions/setup-python@v5
187+
uses: actions/setup-python@v6
188188
with:
189189
python-version: ${{ matrix.python-version }}
190190

@@ -230,7 +230,7 @@ jobs:
230230
uses: actions/checkout@v5
231231

232232
- name: Prepare python ${{ matrix.python-version }}
233-
uses: actions/setup-python@v5
233+
uses: actions/setup-python@v6
234234
with:
235235
python-version: ${{ matrix.python-version }}
236236

@@ -266,7 +266,7 @@ jobs:
266266
uses: actions/checkout@v5
267267

268268
- name: Prepare python ${{ matrix.python-version }}
269-
uses: actions/setup-python@v5
269+
uses: actions/setup-python@v6
270270
with:
271271
python-version: ${{ matrix.python-version }}
272272

@@ -302,7 +302,7 @@ jobs:
302302
uses: actions/checkout@v5
303303

304304
- name: Prepare python ${{ matrix.python-version }}
305-
uses: actions/setup-python@v5
305+
uses: actions/setup-python@v6
306306
with:
307307
python-version: ${{ matrix.python-version }}
308308

@@ -338,7 +338,7 @@ jobs:
338338
uses: actions/checkout@v5
339339

340340
- name: Prepare python ${{ matrix.python-version }}
341-
uses: actions/setup-python@v5
341+
uses: actions/setup-python@v6
342342
with:
343343
python-version: ${{ matrix.python-version }}
344344

@@ -370,7 +370,7 @@ jobs:
370370
uses: actions/checkout@v5
371371

372372
- name: Prepare python ${{ matrix.python-version }}
373-
uses: actions/setup-python@v5
373+
uses: actions/setup-python@v6
374374
with:
375375
python-version: ${{ matrix.python-version }}
376376

@@ -403,7 +403,7 @@ jobs:
403403
uses: actions/checkout@v5
404404

405405
- name: Prepare python ${{ matrix.python-version }}
406-
uses: actions/setup-python@v5
406+
uses: actions/setup-python@v6
407407
with:
408408
python-version: ${{ matrix.python-version }}
409409

@@ -433,7 +433,7 @@ jobs:
433433
uses: actions/checkout@v5
434434

435435
- name: Prepare python ${{ matrix.python-version }}
436-
uses: actions/setup-python@v5
436+
uses: actions/setup-python@v6
437437
with:
438438
python-version: ${{ matrix.python-version }}
439439

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: sed -i '/git+https/d' setup.cfg
2222

2323
- name: Prepare python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

0 commit comments

Comments
 (0)