foxygit / doom Log in
commit 795bb98b8ccbb61718ffff619ed79dffbd256963
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Sat Jul 15 16:35:56 2023 +0300
Commit:     Turo Lamminen <turol@users.noreply.github.com>
CommitDate: Mon Jul 17 21:24:23 2023 +0300

    Bump cpp-linter workflow clang-format version to 16
---
 .github/workflows/cpp-linter.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cpp-linter.yml b/.github/workflows/cpp-linter.yml
index c1233a0f..200161a5 100644
--- a/.github/workflows/cpp-linter.yml
+++ b/.github/workflows/cpp-linter.yml
@@ -28,7 +28,7 @@ jobs:
         with:
           style: file
           lines-changed-only: true
-          version: 14
+          version: 16
           tidy-checks: >-
             boost-*
             ,bugprone-*