Skip to content

Commit 05b47a3

Browse files
dependabot[bot]nedbat
authored andcommitted
build(deps): bump actions/setup-python from 4 to 5
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]>
1 parent 470e086 commit 05b47a3

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: "actions/checkout@v4"
6868

6969
- name: "Set up Python"
70-
uses: "actions/setup-python@v4"
70+
uses: "actions/setup-python@v5"
7171
with:
7272
python-version: "${{ matrix.python-version }}"
7373
allow-prereleases: true
@@ -116,7 +116,7 @@ jobs:
116116
uses: "actions/checkout@v4"
117117

118118
- name: "Set up Python"
119-
uses: "actions/setup-python@v4"
119+
uses: "actions/setup-python@v5"
120120
with:
121121
python-version: "3.8" # Minimum of PYVERSIONS
122122
cache: pip

.github/workflows/kit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
uses: actions/checkout@v4
148148

149149
- name: "Install Python 3.8"
150-
uses: actions/setup-python@v4
150+
uses: actions/setup-python@v5
151151
with:
152152
# PYVERSIONS
153153
python-version: "3.8"
@@ -187,7 +187,7 @@ jobs:
187187
uses: actions/checkout@v4
188188

189189
- name: "Install Python 3.8"
190-
uses: actions/setup-python@v4
190+
uses: actions/setup-python@v5
191191
with:
192192
# PYVERSIONS
193193
python-version: "3.8"
@@ -221,7 +221,7 @@ jobs:
221221
uses: actions/checkout@v4
222222

223223
- name: "Install PyPy"
224-
uses: actions/setup-python@v4
224+
uses: actions/setup-python@v5
225225
with:
226226
python-version: "pypy-3.8" # Minimum of PyPy PYVERSIONS
227227
cache: pip

.github/workflows/python-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
python-version: "${{ matrix.python-version }}"
6767

6868
- name: "Install ${{ matrix.python-version }} with setup-python"
69-
uses: "actions/setup-python@v4"
69+
uses: "actions/setup-python@v5"
7070
if: "startsWith(matrix.python-version, 'pypy-')"
7171
with:
7272
python-version: "${{ matrix.python-version }}"

.github/workflows/quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: "actions/checkout@v4"
3939

4040
- name: "Install Python"
41-
uses: "actions/setup-python@v4"
41+
uses: "actions/setup-python@v5"
4242
with:
4343
python-version: "3.8" # Minimum of PYVERSIONS
4444
cache: pip
@@ -61,7 +61,7 @@ jobs:
6161
uses: "actions/checkout@v4"
6262

6363
- name: "Install Python"
64-
uses: "actions/setup-python@v4"
64+
uses: "actions/setup-python@v5"
6565
with:
6666
python-version: "3.8" # Minimum of PYVERSIONS, but at least 3.8
6767
cache: pip
@@ -86,7 +86,7 @@ jobs:
8686
uses: "actions/checkout@v4"
8787

8888
- name: "Install Python"
89-
uses: "actions/setup-python@v4"
89+
uses: "actions/setup-python@v5"
9090
with:
9191
python-version: "3.11" # Doc version from PYVERSIONS
9292
cache: pip

.github/workflows/testsuite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
uses: "actions/checkout@v4"
6161

6262
- name: "Set up Python"
63-
uses: "actions/setup-python@v4"
63+
uses: "actions/setup-python@v5"
6464
with:
6565
python-version: "${{ matrix.python-version }}"
6666
allow-prereleases: true

0 commit comments

Comments
 (0)