diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index d959c26..339cf4a 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 with: ssh-key: ${{secrets.CLANG_FORMAT_PRIVATE_KEY}} - - uses: DoozyX/clang-format-lint-action@v0.17 + - uses: DoozyX/clang-format-lint-action@v0.18 with: source: '.' extensions: 'h,c,hpp,cpp'