diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d1f9766..f1a1a290 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,8 +4,8 @@ jobs: clang-format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.11 - with: - exclude: './thirdParty ./alpaka' - clangFormatVersion: 11 + - uses: actions/checkout@v4 + - uses: DoozyX/clang-format-lint-action@v0.18.2 + with: + exclude: "./thirdParty ./alpaka" + clangFormatVersion: 18