From: Pierre-Emmanuel Patry Date: Thu, 5 Sep 2024 13:57:20 +0000 (+0200) Subject: Bump action version to avoid missing distutils X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ab5dd8e6584712ad107a25d62e14aa0f3c6a220;p=thirdparty%2Fgcc.git 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 --- 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'