diff --git a/.github/workflows/clang_format.yml b/.github/workflows/clang_format.yml index 3e3d1f91c..54aa1dc50 100644 --- a/.github/workflows/clang_format.yml +++ b/.github/workflows/clang_format.yml @@ -18,7 +18,7 @@ jobs: - 'include/CXXGraph' - 'test' steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Run clang-format style check uses: jidicula/clang-format-action@v4.11.0 with: