Skip to content

Commit 8f546ed

Browse files
⬆️ deps: Update actions/setup-python action to v6 (#61)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e3ec6ad commit 8f546ed

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/lint-and-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: pipx install maturin
2929

3030
- name: Install python
31-
uses: actions/setup-python@v5
31+
uses: actions/setup-python@v6
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
architecture: ${{ matrix.architecture }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Ubuntu, ${{ matrix.target }}, Python ${{ matrix.python-version }}
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: actions/setup-python@v5
24+
- uses: actions/setup-python@v6
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Build wheels
@@ -46,7 +46,7 @@ jobs:
4646
name: Windows, ${{ matrix.target }}, Python ${{ matrix.python-version }}
4747
steps:
4848
- uses: actions/checkout@v4
49-
- uses: actions/setup-python@v5
49+
- uses: actions/setup-python@v6
5050
with:
5151
python-version: ${{ matrix.python-version }}
5252
architecture: ${{ matrix.target }}
@@ -71,7 +71,7 @@ jobs:
7171
name: macOS, ${{ matrix.target }}, Python ${{ matrix.python-version }}
7272
steps:
7373
- uses: actions/checkout@v4
74-
- uses: actions/setup-python@v5
74+
- uses: actions/setup-python@v6
7575
with:
7676
python-version: ${{ matrix.python-version }}
7777
- name: Build wheels

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: pipx install maturin
2424

2525
- name: Install python
26-
uses: actions/setup-python@v5
26+
uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
2929
architecture: ${{ matrix.architecture }}

0 commit comments

Comments
 (0)