Skip to content

Commit 5bfe9e7

Browse files
chore: bump actions/setup-python from 5.1.0 to 5.1.1 (#1814)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@82c7e63...39cd149) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ned Batchelder <[email protected]>
1 parent ab609ef commit 5bfe9e7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8585

8686
- name: "Set up Python"
87-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
87+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
8888
with:
8989
python-version: "${{ matrix.python-version }}"
9090
allow-prereleases: true
@@ -144,7 +144,7 @@ jobs:
144144
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
145145

146146
- name: "Set up Python"
147-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
147+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
148148
with:
149149
python-version: "3.8" # Minimum of PYVERSIONS
150150
# At a certain point, installing dependencies failed on pypy 3.9 and

.github/workflows/kit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
152152

153153
- name: "Install Python 3.8"
154-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
154+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
155155
with:
156156
# PYVERSIONS
157157
python-version: "3.8"
@@ -195,7 +195,7 @@ jobs:
195195
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
196196

197197
- name: "Install Python 3.8"
198-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
198+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
199199
with:
200200
# PYVERSIONS
201201
python-version: "3.8"
@@ -233,7 +233,7 @@ jobs:
233233
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
234234

235235
- name: "Install PyPy"
236-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
236+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
237237
with:
238238
python-version: "pypy-3.8" # Minimum of PyPy PYVERSIONS
239239
cache: pip

.github/workflows/python-nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
nogil: "${{ matrix.nogil || false }}"
9595

9696
- name: "Install ${{ matrix.python-version }} with setup-python"
97-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
97+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
9898
if: "startsWith(matrix.python-version, 'pypy-')"
9999
with:
100100
python-version: "${{ matrix.python-version }}"

.github/workflows/quality.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4141

4242
- name: "Install Python"
43-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
43+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
4444
with:
4545
python-version: "3.8" # Minimum of PYVERSIONS
4646
cache: pip
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6464

6565
- name: "Install Python"
66-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
66+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
6767
with:
6868
python-version: "3.8" # Minimum of PYVERSIONS, but at least 3.8
6969
cache: pip
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
8787

8888
- name: "Install Python"
89-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
89+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
9090
with:
9191
python-version: "3.11" # Doc version from PYVERSIONS
9292
cache: pip

.github/workflows/testsuite.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
7878

7979
- name: "Set up Python"
80-
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
80+
uses: actions/setup-python@39cd14951b08e74b54015e9e001cdefcf80e669f # v5.1.1
8181
with:
8282
python-version: "${{ matrix.python-version }}"
8383
allow-prereleases: true

0 commit comments

Comments
 (0)