diff options
author | Pierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com> | 2024-09-05 15:57:20 +0200 |
---|---|---|
committer | P-E-P <32375388+P-E-P@users.noreply.github.com> | 2024-09-05 14:42:34 +0000 |
commit | 8ab5dd8e6584712ad107a25d62e14aa0f3c6a220 (patch) | |
tree | b170c7e4133d23821839ce3debe9e8f4568f83d2 | |
parent | e4953b4d1d85e5aede98985d93a152a6335796ec (diff) | |
download | gcc-8ab5dd8e6584712ad107a25d62e14aa0f3c6a220.zip gcc-8ab5dd8e6584712ad107a25d62e14aa0f3c6a220.tar.gz gcc-8ab5dd8e6584712ad107a25d62e14aa0f3c6a220.tar.bz2 |
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.patry@embecosm.com>
-rw-r--r-- | .github/workflows/clang-format.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index b0f5096..89b1ecb 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' |