diff --git a/.github/workflows/matrix-tests.yaml b/.github/workflows/matrix-tests.yaml index e9274364..84970649 100644 --- a/.github/workflows/matrix-tests.yaml +++ b/.github/workflows/matrix-tests.yaml @@ -31,9 +31,9 @@ jobs: interface: ${{ fromJSON(needs.set-matrix.outputs.matrix_values) }} steps: - name: Checkout - uses: actions/checkout@v4 - with: - fetch-depth: 1 + uses: actions/checkout@v4 + with: + fetch-depth: 1 - name: Set up python uses: actions/setup-python@v5 with: