diff --git a/.github/workflows/check-formatting.yaml b/.github/workflows/check-formatting.yaml index ac7198a8..20ab9d9f 100644 --- a/.github/workflows/check-formatting.yaml +++ b/.github/workflows/check-formatting.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive