diff --git a/.github/workflows/formatapply.yml b/.github/workflows/formatapply.yml index 2092d5f0f..b9b70bfdc 100644 --- a/.github/workflows/formatapply.yml +++ b/.github/workflows/formatapply.yml @@ -9,16 +9,16 @@ jobs: steps: - uses: actions/checkout@v4 # apply the formatting twice as a workaround for a clang-format bug - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: './src' - clangFormatVersion: 17 + clangFormatVersion: 18 style: file inplace: True - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: './src' - clangFormatVersion: 17 + clangFormatVersion: 18 style: file inplace: True - name: Commit Formatting diff --git a/.github/workflows/formatcheck.yml b/.github/workflows/formatcheck.yml index 6731e8e1d..4c8db54ff 100644 --- a/.github/workflows/formatcheck.yml +++ b/.github/workflows/formatcheck.yml @@ -8,8 +8,8 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: './src' - clangFormatVersion: 17 + clangFormatVersion: 18 style: file