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
@@ -39,7 +39,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install tox, tox-lsr
run: |
@@ -28,7 +28,7 @@ jobs:
sudo apt install -y git
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install tox, tox-lsr
run: |
+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: |
+3 -3
View File
@@ -25,7 +25,7 @@ jobs:
sudo apt install -y git
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Ensure the docs branch
@@ -48,12 +48,12 @@ jobs:
fi
- name: Checkout the docs branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: docs
- name: Fetch README.md and .pandoc_template.html5 template from the workflow branch
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
sparse-checkout: |
README.md
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
sudo apt install -y git
- name: checkout PR
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Get tag and message from the latest CHANGELOG.md commit
id: tag
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Codespell
uses: codespell-project/actions-codespell@v2
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
sudo apt install -y git
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
# CHANGELOG.md is generated automatically from PR titles and descriptions
# It might have issues but they are not critical
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
commit-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
@@ -51,7 +51,7 @@ jobs:
steps:
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Check if platform is supported
id: check_platform
+1 -1
View File
@@ -29,7 +29,7 @@ jobs:
sudo apt install -y git
- name: Check out code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Remove badges from README.md prior to converting to HTML
run: sed -i '1,8 {/^\[\!.*actions\/workflows/d}' README.md
+2 -2
View File
@@ -36,7 +36,7 @@ jobs:
GITHUB_CONTEXT: ${{ toJson(github) }}
- name: Checkout repo
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Get head sha of the PR
id: head_sha
@@ -49,7 +49,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout PR
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ steps.head_sha.outputs.head_sha }}
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
sudo apt install -y git
- name: Checkout latest code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
fetch-depth: 0
- name: Create or rebase commit, add dump_packages callback
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Run lsr-woke-action
# Originally, uses: get-woke/woke-action@v0