Skip to content

Commit 934caf3

Browse files
authored
Merge pull request #11 from MPI-IS/fkloss/workflows
chore: Bump versions in GitHub workflows
2 parents ff8fb2d + 49d1566 commit 934caf3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/cpp_format.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
name: C++ Formatting
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v3
11-
- uses: actions/setup-python@v4
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-python@v5
1212
with:
1313
python-version: "3.10"
1414
- name: Get run-clang-format and config

.github/workflows/git_fixup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Block Fixup Commit Merge
1212
uses: 13rac1/[email protected]

.github/workflows/todo_check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: New FIXMEs
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Check for FIXMEs
1212
uses: luator/github_action_check_new_todos@v2
1313
with:
@@ -18,7 +18,7 @@ jobs:
1818
name: New TODOs
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: Check for TODOs
2323
uses: luator/github_action_check_new_todos@v2
2424
with:

0 commit comments

Comments
 (0)