From cb2a29d2c4f24fd7720654064bd0b1068c4ea66e Mon Sep 17 00:00:00 2001 From: Brandon Sutherland Date: Tue, 3 Oct 2023 13:49:12 -0600 Subject: [PATCH] Attempting to fix clang-format linter failing to run --- .github/workflows/clang-format.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 03a1192..ccf0ca4 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -12,8 +12,8 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.16 + - uses: DoozyX/clang-format-lint-action@v0.14 with: source: '.' extensions: 'hpp,cpp' - clangFormatVersion: 16 + clangFormatVersion: 14