https://gcc.gnu.org/g:8ab5dd8e6584712ad107a25d62e14aa0f3c6a220
commit 8ab5dd8e6584712ad107a25d62e14aa0f3c6a220
Author: Pierre-Emmanuel Patry <pierre-emmanuel.pa...@embecosm.com>
Date:   Thu Sep 5 15:57:20 2024 +0200

    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 <pierre-emmanuel.pa...@embecosm.com>

Diff:
---
 .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'

Reply via email to