diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11ec7c5..ccfdf89 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@v5 + uses: actions/checkout@v6 - name: Build local image run: ./ci_test.sh build-local-image - name: Set up test environment