diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 9fe9c86b..06164f75 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -13,9 +13,7 @@ jobs: name: ansible-test docker steps: - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 + uses: ovirt/checkout-action@main - name: Build the project run: ./build.sh build ovirt /tmp @@ -50,9 +48,7 @@ jobs: run: ${{ matrix.pip-command }} install pycodestyle pylint voluptuous yamllint rstcheck antsibull-changelog rich "ansible-lint>=6.0.0,<7.0.0" cryptography - name: Checkout - uses: actions/checkout@v2 - with: - fetch-depth: 0 + uses: ovirt/checkout-action@main - name: Run build.sh run: ./automation/build.sh