Skip to content

Commit de6eae1

Browse files
Bump actions/setup-python from 2 to 5 (#19)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v2...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 e08a6c1 commit de6eae1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pytest-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 2
2222

2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v2
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

.github/workflows/release-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
toolchain: stable
2020

21-
- uses: actions/setup-python@v2
21+
- uses: actions/setup-python@v5
2222
name: Install Python
2323
with:
2424
python-version: '3.10'
@@ -155,7 +155,7 @@ jobs:
155155
with:
156156
toolchain: stable
157157

158-
- uses: actions/setup-python@v2
158+
- uses: actions/setup-python@v5
159159
name: Install Python
160160
with:
161161
python-version: '3.9'
@@ -202,7 +202,7 @@ jobs:
202202
toolchain: stable
203203

204204
- name: Set up Python ${{ matrix.python-version }}
205-
uses: actions/setup-python@v2
205+
uses: actions/setup-python@v5
206206
with:
207207
python-version: ${{ matrix.python-version }}
208208

0 commit comments

Comments
 (0)