diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index cbbe1afc8..ef300196a 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -16,7 +16,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Check format - uses: RafikFarhad/clang-format-github-action@3.2.0 + uses: RafikFarhad/clang-format-github-action@v4 with: sources: "include/**/*.hpp,include/**/*.cpp,cpr/**/*.hpp,cpr/**/*.cpp" style: "file" \ No newline at end of file