From ef73a30083ccd4eb1ad6e67a68b23163bf195561 Mon Sep 17 00:00:00 2001 From: mosfet80 Date: Fri, 2 Aug 2024 12:06:00 +0200 Subject: [PATCH] Update clang-format-lint-action (#1829) Colorize output in github action Co-authored-by: dominic <510002+dmah42@users.noreply.github.com> --- .github/workflows/clang-format-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml index c790a5a5..8f089dc8 100644 --- a/.github/workflows/clang-format-lint.yml +++ b/.github/workflows/clang-format-lint.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DoozyX/clang-format-lint-action@v0.13 + - uses: DoozyX/clang-format-lint-action@v0.15 with: source: './include/benchmark ./src ./test' extensions: 'h,cc'