From bf3ace81d43c735f6864c75dcfa842da643d3196 Mon Sep 17 00:00:00 2001 From: Jack Rubacha Date: Tue, 18 Jun 2024 20:11:36 -0400 Subject: [PATCH] fix --- .github/workflows/format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index 3472d99..acba58d 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -13,7 +13,7 @@ jobs: - name: Run clang-format style check for C/C++ sources uses: Northeastern-Electric-Racing/clang-format-action@main with: - clang-format-version: '17' + clang-format-version: '18' # only check core, embedded base covered internally check-path: "Core/" # use the clang-format from embedded base