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:
304304 - name : cache rust
305305 uses : Swatinem/rust-cache@v2
306306
307- - uses : actions/setup-python@v5
307+ - uses : actions/setup-python@v6
308308 with :
309309 python-version : ' 3.13'
310310
@@ -379,7 +379,7 @@ jobs:
379379 runs-on : ubuntu-latest
380380 steps :
381381 - uses : actions/checkout@v5
382- - uses : actions/setup-python@v5
382+ - uses : actions/setup-python@v6
383383 with :
384384 python-version : ' 3.13'
385385 - uses : PyO3/maturin-action@v1
@@ -478,7 +478,7 @@ jobs:
478478 - uses : actions/checkout@v5
479479
480480 - name : set up python
481- uses : actions/setup-python@v5
481+ uses : actions/setup-python@v6
482482 with :
483483 python-version : ' 3.13'
484484 architecture : ${{ matrix.python-architecture || 'x64' }}
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v5
2222
2323 # Using this action is still necessary for CodSpeed to work:
24- - uses : actions/setup-python@v5
24+ - uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ env.UV_PYTHON}}
2727
You can’t perform that action at this time.
0 commit comments