Skip to content

Commit 86a81d0

Browse files
authored
sync github actions with warthog-core (#26)
1 parent 8d23024 commit 86a81d0

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/CODEOWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/.github/ @heavenfall

.github/workflows/clang-format-apply.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
contents: write
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6
1313
- uses: DoozyX/clang-format-lint-action@v0.18.1
1414
with:
1515
source: '.'

.github/workflows/clang-format-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
12+
- uses: actions/checkout@v6
1313
- uses: DoozyX/clang-format-lint-action@v0.18.1
1414
with:
1515
source: '.'

0 commit comments

Comments
 (0)