diff --git a/.github/workflows/clang-format.yaml b/.github/workflows/clang-format.yml similarity index 95% rename from .github/workflows/clang-format.yaml rename to .github/workflows/clang-format.yml index d4d373c519..b0ceec4da5 100644 --- a/.github/workflows/clang-format.yaml +++ b/.github/workflows/clang-format.yml @@ -9,7 +9,7 @@ jobs: name: Clang Formatter runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: # fetch everything to be able to compare with any ref fetch-depth: 0