Skip to content

Commit 83cfdee

Browse files
P-E-Pdkm
authored andcommitted
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 <[email protected]>
1 parent 1303b10 commit 83cfdee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Copy .clang-format file
2020
run: cp contrib/clang-format .clang-format
2121
- name: Check clang-format
22-
uses: DoozyX/clang-format-lint-action@v0.11
22+
uses: DoozyX/clang-format-lint-action@v0.18.2
2323
with:
2424
source: 'gcc/rust/ libgrust/'
2525
extensions: 'h,cc'

0 commit comments

Comments
 (0)