diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index ab05b66..6b5b10f 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - uses: DoozyX/clang-format-lint-action@v0.16 + - uses: DoozyX/clang-format-lint-action@v0.17 name: "Run clang-format" with: source: './src'