Skip to content

Commit c2dcb34

Browse files
Bump actions/setup-python from 4 to 5 (#67)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b7994b9 commit c2dcb34

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pytest-builds.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
submodules: true
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v4
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
architecture: ${{ matrix.arch }}
@@ -56,7 +56,7 @@ jobs:
5656
submodules: true
5757

5858
- name: Set up Python ${{ matrix.python-version }}
59-
uses: actions/setup-python@v4
59+
uses: actions/setup-python@v5
6060
with:
6161
python-version: ${{ matrix.python-version }}
6262

@@ -90,7 +90,7 @@ jobs:
9090
submodules: true
9191

9292
- name: Set up Python ${{ matrix.python-version }}
93-
uses: actions/setup-python@v4
93+
uses: actions/setup-python@v5
9494
with:
9595
python-version: ${{ matrix.python-version }}
9696

.github/workflows/release-wheels.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
submodules: true
1919

20-
- uses: actions/setup-python@v4
20+
- uses: actions/setup-python@v5
2121
name: Install Python
2222
with:
2323
python-version: '3.10'
@@ -159,7 +159,7 @@ jobs:
159159
with:
160160
platforms: arm64
161161

162-
- uses: actions/setup-python@v4
162+
- uses: actions/setup-python@v5
163163
name: Install Python
164164
with:
165165
python-version: '3.9'
@@ -199,7 +199,7 @@ jobs:
199199

200200
steps:
201201
- name: Set up Python ${{ matrix.python-version }}
202-
uses: actions/setup-python@v4
202+
uses: actions/setup-python@v5
203203
with:
204204
python-version: ${{ matrix.python-version }}
205205

0 commit comments

Comments
 (0)