From 8ab5dd8e6584712ad107a25d62e14aa0f3c6a220 Mon Sep 17 00:00:00 2001 From: Pierre-Emmanuel Patry Date: Thu, 5 Sep 2024 15:57:20 +0200 Subject: [PATCH] Bump action version to avoid missing distutils ChangeLog: * .github/workflows/clang-format.yml: Bump action version to 18.2 Signed-off-by: Pierre-Emmanuel Patry --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index b0f5096b7024..89b1ecb12fac 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -19,7 +19,7 @@ jobs: - name: Copy .clang-format file run: cp contrib/clang-format .clang-format - name: Check clang-format - uses: DoozyX/clang-format-lint-action@v0.11 + uses: DoozyX/clang-format-lint-action@v0.18.2 with: source: 'gcc/rust/ libgrust/' extensions: 'h,cc'