Skip to content

Commit c9f77b8

Browse files
Bump actions/setup-python from 5 to 6 (#1393)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff1547d commit c9f77b8

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/black.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run:
1616
shell: bash
1717
steps:
18-
- uses: actions/setup-python@v5
18+
- uses: actions/setup-python@v6
1919
with:
2020
python-version: ${{ matrix.python }}
2121
- name: Cancel Previous Runs

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
python-version: ${{ matrix.python-version }}
5050

5151
- name: Set up Python ${{ matrix.python-version }}
52-
uses: actions/setup-python@v5
52+
uses: actions/setup-python@v6
5353
with:
5454
python-version: ${{ matrix.python-version }}
5555

.github/workflows/macos_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
submodules: true
3232
- name: Set up Python ${{ matrix.python }}
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: ${{ matrix.python }}
3636
- name: Install cbindgen

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run:
1818
shell: bash
1919
steps:
20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
with:
2222
python-version: ${{ matrix.python }}
2323
- name: Cancel Previous Runs

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Set up Python 3.9
28-
uses: actions/setup-python@v5
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: 3.9
3131

@@ -121,7 +121,7 @@ jobs:
121121
with:
122122
name: sdist
123123
- name: Set up Python
124-
uses: actions/setup-python@v5
124+
uses: actions/setup-python@v6
125125
with:
126126
python-version: ${{ matrix.python }}
127127
- name: Install cbindgen
@@ -162,7 +162,7 @@ jobs:
162162
uses: actions/download-artifact@v5.0.0
163163
with:
164164
name: linux-wheels
165-
- uses: actions/setup-python@v5
165+
- uses: actions/setup-python@v6
166166
with:
167167
python-version: ${{ matrix.python }}
168168
- name: install into venv
@@ -191,7 +191,7 @@ jobs:
191191
uses: actions/download-artifact@v5.0.0
192192
with:
193193
name: ${{ matrix.os }}-wheels
194-
- uses: actions/setup-python@v5
194+
- uses: actions/setup-python@v6
195195
with:
196196
python-version: ${{ matrix.python }}
197197
- name: install into venv

0 commit comments

Comments
 (0)