Skip to content

Commit d89e9c4

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 ddf58b0 commit d89e9c4

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
@@ -50,7 +50,7 @@ jobs:
5050
submodules: true
5151

5252
- name: Set up Python
53-
uses: actions/setup-python@v4
53+
uses: actions/setup-python@v5
5454
with:
5555
python-version: ${{ matrix.python }}
5656
cache: 'pip'
@@ -215,7 +215,7 @@ jobs:
215215
submodules: true
216216

217217
- name: Set up Python
218-
uses: actions/setup-python@v4
218+
uses: actions/setup-python@v5
219219
with:
220220
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
221221
cache: 'pip'
@@ -275,7 +275,7 @@ jobs:
275275
uses: frequenz-floss/setup-git-user@v2
276276

277277
- name: Set up Python
278-
uses: actions/setup-python@v4
278+
uses: actions/setup-python@v5
279279
with:
280280
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
281281
cache: 'pip'
@@ -317,7 +317,7 @@ jobs:
317317
uses: frequenz-floss/setup-git-user@v2
318318

319319
- name: Set up Python
320-
uses: actions/setup-python@v4
320+
uses: actions/setup-python@v5
321321
with:
322322
python-version: ${{ env.DEFAULT_PYTHON_VERSION }}
323323
cache: 'pip'

0 commit comments

Comments
 (0)