Skip to content

Commit 91d9a75

Browse files
Merge pull request #12 from cda-tum/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 481e976 + 18ca54c commit 91d9a75

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Setup Python
21-
uses: actions/setup-python@v5
21+
uses: actions/setup-python@v6
2222
with:
2323
python-version: "3.9"
2424
- name: Install MNT Bench

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v5
2828
with:
2929
fetch-depth: 0
30-
- uses: actions/setup-python@v5
30+
- uses: actions/setup-python@v6
3131
with:
3232
python-version: "3.9"
3333
name: Install Python
@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v5
5454
with:
5555
fetch-depth: 0
56-
- uses: actions/setup-python@v5
56+
- uses: actions/setup-python@v6
5757
with:
5858
python-version: "3.9"
5959
name: Install Python

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Run my[py] linter
1818
steps:
1919
- uses: actions/checkout@v5
20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
with:
2222
python-version: "3.10"
2323
- uses: pre-commit/action@v3.0.1

0 commit comments

Comments
 (0)