diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 4ae1f1134..14d3e81bd 100644 --- a/.github/workflows/check-formatting.yml +++ b/.github/workflows/check-formatting.yml @@ -26,7 +26,7 @@ jobs: run: sudo apt-get -y install dos2unix - name: Check formatting - uses: DoozyX/clang-format-lint-action@v0.17 + uses: DoozyX/clang-format-lint-action@v0.18 with: source: "./src ./tests/src ./benchmarks/src ./mocks/include" extensions: "hpp,cpp"