From 9752b303037186a2e2581b864bc25136402cdc79 Mon Sep 17 00:00:00 2001 From: Jean-Philip Desjardins Date: Wed, 4 Sep 2024 17:14:47 -0400 Subject: [PATCH] CI: Update DoozyX/clang-format-lint action. --- .github/workflows/check-format.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-format.yaml b/.github/workflows/check-format.yaml index 22d74d35b2..a4844d014e 100644 --- a/.github/workflows/check-format.yaml +++ b/.github/workflows/check-format.yaml @@ -6,7 +6,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: DoozyX/clang-format-lint-action@v0.16.2 + - uses: DoozyX/clang-format-lint-action@v0.18.2 with: source: './Source ./tools' exclude: './Source/ui_qt/win32/Resources ./Source/ui_libretro/ext'