diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 65ad92f6c..d11701a1b 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: DoozyX/clang-format-lint-action@v0.18 + - uses: DoozyX/clang-format-lint-action@v0.20 with: source: '.' extensions: 'hpp,cpp'