ci.yml: Update checkout action to v7, don't check out all history
All checks were successful
Run tests and linters / test (pull_request) Successful in 2m28s

We only need the last commit to run the tests.

Related: quality/tickets#928
This commit is contained in:
Kamil Páral 2026-08-05 09:30:30 +02:00
commit 8083446687

View file

@ -32,9 +32,7 @@ jobs:
image: registry.access.redhat.com/ubi9/python-311
steps:
- name: Check out the project source
uses: actions/checkout@v6
with:
fetch-depth: 0
uses: actions/checkout@v7
- name: Install dependencies
run: |
set -e