Skip to content

Commit f4273f8

Browse files
dependabot[bot]nedbat
authored andcommitted
build(deps): bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v3...v4) --- 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 d9607b1 commit f4273f8

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
uses: "actions/checkout@v3"
5757

5858
- name: "Set up Python"
59-
uses: "actions/setup-python@v3"
59+
uses: "actions/setup-python@v4"
6060
with:
6161
python-version: "${{ matrix.python-version }}"
6262
cache: pip
@@ -93,7 +93,7 @@ jobs:
9393
uses: "actions/checkout@v3"
9494

9595
- name: "Set up Python"
96-
uses: "actions/setup-python@v3"
96+
uses: "actions/setup-python@v4"
9797
with:
9898
python-version: "3.8"
9999
cache: pip

.github/workflows/kit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
uses: actions/checkout@v3
135135

136136
- name: "Install Python 3.8"
137-
uses: actions/setup-python@v3
137+
uses: actions/setup-python@v4
138138
with:
139139
python-version: "3.8"
140140
cache: pip
@@ -171,7 +171,7 @@ jobs:
171171
uses: actions/checkout@v3
172172

173173
- name: "Install Python 3.8"
174-
uses: actions/setup-python@v3
174+
uses: actions/setup-python@v4
175175
with:
176176
python-version: "3.8"
177177
cache: pip
@@ -203,7 +203,7 @@ jobs:
203203
uses: actions/checkout@v3
204204

205205
- name: "Install PyPy"
206-
uses: actions/setup-python@v3
206+
uses: actions/setup-python@v4
207207
with:
208208
# PYVERSIONS
209209
python-version: "pypy-3.7"

.github/workflows/python-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
python-version: "${{ matrix.python-version }}"
5555

5656
- name: "Install ${{ matrix.python-version }} with setup-python"
57-
uses: "actions/setup-python@v3"
57+
uses: "actions/setup-python@v4"
5858
if: "startsWith(matrix.python-version, 'pypy-')"
5959
with:
6060
python-version: "${{ matrix.python-version }}"

.github/workflows/quality.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: "actions/checkout@v3"
3535

3636
- name: "Install Python"
37-
uses: "actions/setup-python@v3"
37+
uses: "actions/setup-python@v4"
3838
with:
3939
python-version: "3.7" # Minimum of PYVERSIONS
4040
cache: pip
@@ -60,7 +60,7 @@ jobs:
6060
uses: "actions/checkout@v3"
6161

6262
- name: "Install Python"
63-
uses: "actions/setup-python@v3"
63+
uses: "actions/setup-python@v4"
6464
with:
6565
python-version: "3.7" # Minimum of PYVERSIONS
6666
cache: pip

.github/workflows/testsuite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: "actions/checkout@v3"
5656

5757
- name: "Set up Python"
58-
uses: "actions/setup-python@v3"
58+
uses: "actions/setup-python@v4"
5959
with:
6060
python-version: "${{ matrix.python-version }}"
6161
# Can we start using the pip cache again?

0 commit comments

Comments
 (0)