From 47ceddb073344b499e9b98e06dfa0f1957731823 Mon Sep 17 00:00:00 2001 From: Jean Luca Bez Date: Thu, 5 Sep 2024 09:28:22 -0700 Subject: [PATCH] Update clang-format-check.yml --- .github/workflows/clang-format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 52e4d0613..4ac6e7c13 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Run clang-format style check for C programs. - uses: DoozyX/clang-format-lint-action@v0.11 + uses: DoozyX/clang-format-lint-action@v0.18.1 with: source: '.' extensions: 'c,h,cpp,hpp'