diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ccfdf89..f178b8a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - name: Install tmt run: pipx install tmt - name: Checkout sources - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build local image run: ./ci_test.sh build-local-image - name: Set up test environment