File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -304,7 +304,7 @@ jobs:
304
304
- name : cache rust
305
305
uses : Swatinem/rust-cache@v2
306
306
307
- - uses : actions/setup-python@v5
307
+ - uses : actions/setup-python@v6
308
308
with :
309
309
python-version : ' 3.13'
310
310
@@ -379,7 +379,7 @@ jobs:
379
379
runs-on : ubuntu-latest
380
380
steps :
381
381
- uses : actions/checkout@v5
382
- - uses : actions/setup-python@v5
382
+ - uses : actions/setup-python@v6
383
383
with :
384
384
python-version : ' 3.13'
385
385
- uses : PyO3/maturin-action@v1
@@ -478,7 +478,7 @@ jobs:
478
478
- uses : actions/checkout@v5
479
479
480
480
- name : set up python
481
- uses : actions/setup-python@v5
481
+ uses : actions/setup-python@v6
482
482
with :
483
483
python-version : ' 3.13'
484
484
architecture : ${{ matrix.python-architecture || 'x64' }}
Original file line number Diff line number Diff line change 21
21
- uses : actions/checkout@v5
22
22
23
23
# Using this action is still necessary for CodSpeed to work:
24
- - uses : actions/setup-python@v5
24
+ - uses : actions/setup-python@v6
25
25
with :
26
26
python-version : ${{ env.UV_PYTHON}}
27
27
You can’t perform that action at this time.
0 commit comments