Skip to content

Commit 5da8b5d

Browse files
authored
Merge branch 'main' into renovate/actions-setup-python-6.x
2 parents 517defa + e614f99 commit 5da8b5d

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,28 +16,28 @@ 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
3737
- name: Set up Python
3838
uses: actions/setup-python@v6
3939
with:
40-
python-version: "3.13"
40+
python-version: "3.14"
4141
- name: Install dependencies
4242
working-directory: cfengine-cli
4343
run: |

.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@v6
3131
with:

.github/workflows/pypi-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
permissions:
1010
contents: read
1111
steps:
12-
- uses: actions/checkout@v4
1312
- uses: actions/setup-python@v6
13+
- uses: actions/checkout@v7
1414
with:
1515
python-version: "3.x"
1616
- name: Build release distributions
@@ -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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ 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
2828
uses: actions/setup-python@v6
2929
with:
30-
python-version: "3.12"
30+
python-version: "3.14"
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)