From e9226df452d0cac0190c05a34b8e3d68a9f6eb79 Mon Sep 17 00:00:00 2001 From: Aang099 <65919137+Aang099@users.noreply.github.com> Date: Fri, 9 Aug 2024 14:40:02 -0700 Subject: [PATCH] Bump clang-format version --- .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 3bba911..29121bb 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -14,8 +14,8 @@ jobs: steps: - uses: actions/checkout@v2 - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: './src/gamepad ./include/gamepad' extensions: 'hpp,cpp' - clangFormatVersion: 17 \ No newline at end of file + clangFormatVersion: 18