Skip to content

Commit 5c65b3c

Browse files
dependabot[bot]mrbean-bremen
authored andcommitted
Bump actions/setup-python from 2 to 5
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] <support@github.com>
1 parent 0ff917e commit 5c65b3c

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/pytest-builds.yml

Lines changed: 3 additions & 3 deletions
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@v2
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
architecture: ${{ matrix.arch }}
@@ -58,7 +58,7 @@ jobs:
5858
submodules: true
5959

6060
- name: Set up Python ${{ matrix.python-version }}
61-
uses: actions/setup-python@v2
61+
uses: actions/setup-python@v5
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464

@@ -94,7 +94,7 @@ jobs:
9494
submodules: true
9595

9696
- name: Set up Python ${{ matrix.python-version }}
97-
uses: actions/setup-python@v2
97+
uses: actions/setup-python@v5
9898
with:
9999
python-version: ${{ matrix.python-version }}
100100

.github/workflows/release-wheels.yml

Lines changed: 3 additions & 3 deletions
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'
@@ -142,7 +142,7 @@ jobs:
142142
with:
143143
platforms: arm64
144144

145-
- uses: actions/setup-python@v4
145+
- uses: actions/setup-python@v5
146146
name: Install Python
147147
with:
148148
python-version: '3.9'
@@ -241,7 +241,7 @@ jobs:
241241

242242
steps:
243243
- name: Set up Python ${{ matrix.python-version }}
244-
uses: actions/setup-python@v4
244+
uses: actions/setup-python@v5
245245
with:
246246
python-version: ${{ matrix.python-version }}
247247

0 commit comments

Comments
 (0)