diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 3eace5bea..35ddc05b0 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - uses: DoozyX/clang-format-lint-action@v0.18.1 with: source: 'src test'