Skip to content

Commit e25e41a

Browse files
Bump actions/setup-python from 4 to 5
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]>
1 parent 4af21e8 commit e25e41a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
submodules: true
5454

5555
- name: Set up Python
56-
uses: actions/setup-python@v4
56+
uses: actions/setup-python@v5
5757
with:
5858
python-version: ${{ matrix.python }}
5959
cache: 'pip'
@@ -234,7 +234,7 @@ jobs:
234234
submodules: true
235235

236236
- name: Set up Python
237-
uses: actions/setup-python@v4
237+
uses: actions/setup-python@v5
238238
with:
239239
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
240240
cache: 'pip'
@@ -306,7 +306,7 @@ jobs:
306306
submodules: true
307307

308308
- name: Set up Python
309-
uses: actions/setup-python@v4
309+
uses: actions/setup-python@v5
310310
with:
311311
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
312312
cache: 'pip'
@@ -348,7 +348,7 @@ jobs:
348348
submodules: true
349349

350350
- name: Set up Python
351-
uses: actions/setup-python@v4
351+
uses: actions/setup-python@v5
352352
with:
353353
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
354354
cache: 'pip'

0 commit comments

Comments
 (0)