diff --git a/.github/workflows/check-formatting.yml b/.github/workflows/check-formatting.yml index 9a3a3668..4ae1f113 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.16.2 + uses: DoozyX/clang-format-lint-action@v0.17 with: source: "./src ./tests/src ./benchmarks/src ./mocks/include" extensions: "hpp,cpp"