Skip to content

Commit 5091680

Browse files
build(deps): bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ee0ae90 commit 5091680

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
target: ppc64le
3737
steps:
3838
- uses: actions/checkout@v4
39-
- uses: actions/setup-python@v5
39+
- uses: actions/setup-python@v6
4040
with:
4141
python-version: "3.13"
4242
- name: Build wheels
@@ -67,7 +67,7 @@ jobs:
6767
target: armv7
6868
steps:
6969
- uses: actions/checkout@v4
70-
- uses: actions/setup-python@v5
70+
- uses: actions/setup-python@v6
7171
with:
7272
python-version: "3.13"
7373
- name: Build wheels
@@ -94,7 +94,7 @@ jobs:
9494
target: x86
9595
steps:
9696
- uses: actions/checkout@v4
97-
- uses: actions/setup-python@v5
97+
- uses: actions/setup-python@v6
9898
with:
9999
python-version: "3.13"
100100
architecture: ${{ matrix.platform.target }}
@@ -121,7 +121,7 @@ jobs:
121121
target: aarch64
122122
steps:
123123
- uses: actions/checkout@v4
124-
- uses: actions/setup-python@v5
124+
- uses: actions/setup-python@v6
125125
with:
126126
python-version: "3.13"
127127
- name: Build wheels

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# After Rust tests pass, run Python tests next
3636
- name: Set up Python ${{ matrix.python-version }}
37-
uses: actions/setup-python@v5
37+
uses: actions/setup-python@v6
3838
with:
3939
python-version: ${{ matrix.python-version }}
4040
cache: "pip"

0 commit comments

Comments
 (0)