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