Skip to content

Commit 5018cb6

Browse files
committed
Bump ansible-lint to v25.9.2 and actions to v6
This is required as current version fails on RuntimeError: Python 3.14 requires ansible-core version >= 2.20.0, and we found 2.19.3.
1 parent f282fef commit 5018cb6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
14-
- uses: actions/setup-python@v3
13+
- uses: actions/checkout@v5
14+
- uses: actions/setup-python@v6
15+
with:
16+
python-version: '3.13'
1517
- uses: pre-commit/[email protected]

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
files: .*\.(yaml|yml)$
1717
args: [--allow-multiple-documents]
1818
- repo: https://github.com/ansible/ansible-lint
19-
rev: v25.8.1
19+
rev: v25.9.2
2020
hooks:
2121
- id: ansible-lint
2222
entry: env ANSIBLE_ROLES_PATH=./tests/roles:$ANSIBLE_ROLES_PATH ANSIBLE_LIBRARY=./tests/plugins/modules:$ANSIBLE_LIBRARY ansible-lint

0 commit comments

Comments
 (0)