Skip to content

Commit 5b363ca

Browse files
Merge pull request #3 from frequenz-floss/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents 068088b + 2bf3bfc commit 5b363ca

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)