From ded1ef7babe220862fdd974409e35c3389274a99 Mon Sep 17 00:00:00 2001 From: Ryan Hechenberger Date: Wed, 25 Mar 2026 12:57:04 +1100 Subject: [PATCH] sync github actions with warthog-core --- .github/CODEOWNERS | 1 + .github/workflows/clang-format-apply.yml | 2 +- .github/workflows/clang-format-test.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..0c2ccb0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +/.github/ @heavenfall diff --git a/.github/workflows/clang-format-apply.yml b/.github/workflows/clang-format-apply.yml index 194fff0..4c9a158 100644 --- a/.github/workflows/clang-format-apply.yml +++ b/.github/workflows/clang-format-apply.yml @@ -9,7 +9,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: DoozyX/clang-format-lint-action@v0.18.1 with: source: '.' diff --git a/.github/workflows/clang-format-test.yml b/.github/workflows/clang-format-test.yml index 013ee47..9213b80 100644 --- a/.github/workflows/clang-format-test.yml +++ b/.github/workflows/clang-format-test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v6 - uses: DoozyX/clang-format-lint-action@v0.18.1 with: source: '.'