From 54b2411f1a4307216c6bf9f45dfa214926a25e32 Mon Sep 17 00:00:00 2001 From: ymd-stella Date: Fri, 4 Oct 2024 14:29:34 +0900 Subject: [PATCH] Update clang-format-lint-action --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b96f597..bfe4f066 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,7 +26,7 @@ jobs: shell: bash steps: - uses: actions/checkout@v3 - - uses: DoozyX/clang-format-lint-action@v0.12 + - uses: DoozyX/clang-format-lint-action@v0.18.1 with: source: "." exclude: "./3rd"