aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/clang-format-lint.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/clang-format-lint.yml')
-rw-r--r--.github/workflows/clang-format-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml
index c790a5a..8f089dc 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'