Skip to content

Commit f8b5b1c

Browse files
committed
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>
1 parent 9035b74 commit f8b5b1c

16 files changed

Lines changed: 20 additions & 20 deletions

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
sudo apt install -y git
4040
4141
- name: Checkout repo
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343

4444
- name: Install tox, tox-lsr
4545
run: |

.github/workflows/ansible-managed-var-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo apt install -y git
2929
3030
- name: Checkout repo
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232

3333
- name: Install tox, tox-lsr
3434
run: |

.github/workflows/ansible-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
sudo apt install -y git
4343
4444
- name: Checkout repo
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646

4747
- name: Install tox, tox-lsr
4848
run: |

.github/workflows/build_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
sudo apt install -y git
2626
2727
- name: Check out code
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929
with:
3030
fetch-depth: 0
3131
- name: Ensure the docs branch
@@ -48,12 +48,12 @@ jobs:
4848
fi
4949
5050
- name: Checkout the docs branch
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
with:
5353
ref: docs
5454

5555
- name: Fetch README.md and .pandoc_template.html5 template from the workflow branch
56-
uses: actions/checkout@v6
56+
uses: actions/checkout@v7
5757
with:
5858
sparse-checkout: |
5959
README.md

.github/workflows/changelog_to_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
sudo apt install -y git
2323
2424
- name: checkout PR
25-
uses: actions/checkout@v6
25+
uses: actions/checkout@v7
2626

2727
- name: Get tag and message from the latest CHANGELOG.md commit
2828
id: tag

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
sudo apt update
3535
sudo apt install -y git
3636
- name: Checkout
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838

3939
- name: Initialize CodeQL
4040
uses: github/codeql-action/init@v4

.github/workflows/codespell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717

1818
- name: Codespell
1919
uses: codespell-project/actions-codespell@v2

.github/workflows/markdownlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
sudo apt install -y git
2929
3030
- name: Check out code
31-
uses: actions/checkout@v6
31+
uses: actions/checkout@v7
3232

3333
# CHANGELOG.md is generated automatically from PR titles and descriptions
3434
# It might have issues but they are not critical

.github/workflows/pr-title-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
commit-checks:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/python-unit-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
sudo apt install -y git
4444
4545
- name: checkout PR
46-
uses: actions/checkout@v6
46+
uses: actions/checkout@v7
4747

4848
- name: Set up Python 2.7
4949
if: ${{ matrix.pyver_os.ver == '2.7' }}
@@ -92,4 +92,4 @@ jobs:
9292
TOXENV="$toxenvs" lsr_ci_runtox
9393
9494
- name: Upload coverage reports to Codecov
95-
uses: codecov/codecov-action@v6
95+
uses: codecov/codecov-action@v7

0 commit comments

Comments
 (0)