Skip to content

Commit 8b19986

Browse files
authored
Merge pull request #1 from frequenz-floss/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents c6ff074 + 12286cc commit 8b19986

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)