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

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:24:57 +02:00
commit f1c5587abd

View file

@ -25,9 +25,8 @@ jobs:
container:
image: registry.access.redhat.com/ubi9/python-312
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
with:
fetch-depth: 0
- name: Check out the project source
uses: actions/checkout@v7
- name: Install additional dependencies
run: |
python3.12 -m pip install -r requirements-dev.txt