Skip to content

Commit b33238c

Browse files
committed
Update actions/checkout action to v7
1 parent 2998198 commit b33238c

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/lint-policy-in-other-repos.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ jobs:
1616
runs-on: ubuntu-24.04
1717
steps:
1818
- name: Checkout cfengine-cli
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v7
2020
with:
2121
path: cfengine-cli
2222
- name: Checkout masterfiles
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v7
2424
with:
2525
repository: cfengine/masterfiles
2626
path: masterfiles
2727
- name: Checkout documentation
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v7
2929
with:
3030
repository: cfengine/documentation
3131
path: documentation
3232
- name: Checkout modules
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v7
3434
with:
3535
repository: cfengine/modules
3636
path: modules

.github/workflows/make-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v7
2929
- name: Set up Python ${{ matrix.python-version }}
3030
uses: actions/setup-python@v5
3131
with:

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
permissions:
1010
contents: read
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v7
1313
- uses: actions/setup-python@v5
1414
with:
1515
python-version: "3.x"
@@ -30,7 +30,7 @@ jobs:
3030
permissions:
3131
contents: read
3232
steps:
33-
- uses: actions/checkout@v4
33+
- uses: actions/checkout@v7
3434
- run: |
3535
git fetch --all --tags
3636
pip install uv

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v6.0.3
13+
uses: actions/checkout@v7.0.0
1414
- name: Self-hosted Renovate
1515
uses: renovatebot/github-action@v46.1.19
1616
with:

.github/workflows/update-syntax-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pull-requests: write
2222
steps:
2323
- name: Checks-out repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v7
2525
with:
2626
ref: "main"
2727
- name: Set up Python 3.12

0 commit comments

Comments
 (0)