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