Skip to content

Commit 4f6de44

Browse files
Bump actions/setup-python from 5.2.0 to 5.3.0 (#2626)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.2.0...v5.3.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 5930eeb commit 4f6de44

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.2.0
30+
uses: actions/setup-python@v5.3.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.2.0
92+
uses: actions/setup-python@v5.3.0
9393
with:
9494
python-version: ${{ matrix.python-version }}
9595
check-latest: true
@@ -149,7 +149,7 @@ jobs:
149149
uses: actions/[email protected]
150150
- name: Set up Python ${{ matrix.python-version }}
151151
id: python
152-
uses: actions/setup-python@v5.2.0
152+
uses: actions/setup-python@v5.3.0
153153
with:
154154
python-version: ${{ matrix.python-version }}
155155
check-latest: true
@@ -200,7 +200,7 @@ jobs:
200200
uses: actions/[email protected]
201201
- name: Set up Python ${{ matrix.python-version }}
202202
id: python
203-
uses: actions/setup-python@v5.2.0
203+
uses: actions/setup-python@v5.3.0
204204
with:
205205
python-version: ${{ matrix.python-version }}
206206
check-latest: true
@@ -247,7 +247,7 @@ jobs:
247247
uses: actions/[email protected]
248248
- name: Set up Python 3.13
249249
id: python
250-
uses: actions/setup-python@v5.2.0
250+
uses: actions/setup-python@v5.3.0
251251
with:
252252
python-version: "3.13"
253253
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.2.0
19+
uses: actions/setup-python@v5.3.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.2.0
26+
uses: actions/setup-python@v5.3.0
2727
with:
2828
python-version: ${{ env.DEFAULT_PYTHON }}
2929
check-latest: true

0 commit comments

Comments
 (0)