Skip to content

Commit a30794c

Browse files
Bump actions/setup-python from 5.1.1 to 5.2.0 (#2534)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.1 to 5.2.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.1.1...v5.2.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 37b6c0d commit a30794c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/[email protected]
2828
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2929
id: python
30-
uses: actions/setup-python@v5.1.1
30+
uses: actions/setup-python@v5.2.0
3131
with:
3232
python-version: ${{ env.DEFAULT_PYTHON }}
3333
check-latest: true
@@ -89,7 +89,7 @@ jobs:
8989
uses: actions/[email protected]
9090
- name: Set up Python ${{ matrix.python-version }}
9191
id: python
92-
uses: actions/setup-python@v5.1.1
92+
uses: actions/setup-python@v5.2.0
9393
with:
9494
python-version: ${{ matrix.python-version }}
9595
check-latest: true
@@ -148,7 +148,7 @@ jobs:
148148
uses: actions/[email protected]
149149
- name: Set up Python ${{ matrix.python-version }}
150150
id: python
151-
uses: actions/setup-python@v5.1.1
151+
uses: actions/setup-python@v5.2.0
152152
with:
153153
python-version: ${{ matrix.python-version }}
154154
check-latest: true
@@ -198,7 +198,7 @@ jobs:
198198
uses: actions/[email protected]
199199
- name: Set up Python ${{ matrix.python-version }}
200200
id: python
201-
uses: actions/setup-python@v5.1.1
201+
uses: actions/setup-python@v5.2.0
202202
with:
203203
python-version: ${{ matrix.python-version }}
204204
check-latest: true
@@ -244,7 +244,7 @@ jobs:
244244
uses: actions/[email protected]
245245
- name: Set up Python 3.12
246246
id: python
247-
uses: actions/setup-python@v5.1.1
247+
uses: actions/setup-python@v5.2.0
248248
with:
249249
python-version: "3.12"
250250
check-latest: true

.github/workflows/release-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/[email protected]
1717
- name: Set up Python 3.9
1818
id: python
19-
uses: actions/setup-python@v5.1.1
19+
uses: actions/setup-python@v5.2.0
2020
with:
2121
# virtualenv 15.1.0 cannot be installed on Python 3.10+
2222
python-version: 3.9

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2525
id: python
26-
uses: actions/setup-python@v5.1.1
26+
uses: actions/setup-python@v5.2.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
check-latest: true

0 commit comments

Comments
 (0)