ci: use gha checkout v7, codecov v7 [citest_skip]

Use github actions checkout @v7

Use codecov action @v7

Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
Rich Megginson
2026-07-01 08:42:26 -06:00
committed by Richard Megginson
parent 3f92165a45
commit 332f01f0c7
13 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install tox, tox-lsr
run: |