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:27:19 -06:00 committed by Richard Megginson
parent 8f6bd49889
commit 42c0322b17
16 changed files with 20 additions and 20 deletions

View file

@ -43,7 +43,7 @@ jobs:
sudo apt install -y git
- name: checkout PR
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Set up Python 2.7
if: ${{ matrix.pyver_os.ver == '2.7' }}
@ -92,4 +92,4 @@ jobs:
TOXENV="$toxenvs" lsr_ci_runtox
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7