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'