Skip to content

Commit 202ca51

Browse files
Bump actions/setup-python from 4 to 5 (#1312)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent db19b7b commit 202ca51

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2626
id: python
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@v5
2828
with:
2929
python-version: ${{ env.DEFAULT_PYTHON }}
3030

@@ -88,7 +88,7 @@ jobs:
8888

8989
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
9090
id: python
91-
uses: actions/setup-python@v4
91+
uses: actions/setup-python@v5
9292
with:
9393
python-version: ${{ env.DEFAULT_PYTHON }}
9494

@@ -224,7 +224,7 @@ jobs:
224224

225225
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
226226
id: python
227-
uses: actions/setup-python@v4
227+
uses: actions/setup-python@v5
228228
with:
229229
python-version: ${{ env.DEFAULT_PYTHON }}
230230

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v4
2121

2222
- name: Set up Python
23-
uses: actions/setup-python@v4
23+
uses: actions/setup-python@v5
2424
with:
2525
python-version: ${{ env.DEFAULT_PYTHON }}
2626

0 commit comments

Comments
 (0)