Skip to content

Commit 37d2ce4

Browse files
Bump actions/setup-python from 5 to 6 (#1803)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b5fe42c commit 37d2ce4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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' }}

.github/workflows/codspeed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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

0 commit comments

Comments
 (0)