]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Bump action version to avoid missing distutils
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Thu, 5 Sep 2024 13:57:20 +0000 (15:57 +0200)
committerP-E-P <32375388+P-E-P@users.noreply.github.com>
Thu, 5 Sep 2024 14:42:34 +0000 (14:42 +0000)
ChangeLog:

* .github/workflows/clang-format.yml: Bump action version to 18.2

Signed-off-by: Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
.github/workflows/clang-format.yml

index b0f5096b70248f83f8e5301bcbd8d7155f8e5845..89b1ecb12fac26d3872d7d7350606de0a107b349 100644 (file)
@@ -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'