mirror of
https://github.com/linux-system-roles/network.git
synced 2026-07-18 17:05:13 +00:00
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:
parent
8f6bd49889
commit
42c0322b17
16 changed files with 20 additions and 20 deletions
4
.github/workflows/python-unit-test.yml
vendored
4
.github/workflows/python-unit-test.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue