We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89f1ec7 + 5018cb6 commit 6cdf63fCopy full SHA for 6cdf63f
.github/workflows/lint.yaml
@@ -10,6 +10,8 @@ jobs:
10
pre-commit:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
14
- - uses: actions/setup-python@v3
+ - uses: actions/checkout@v5
+ - uses: actions/setup-python@v6
15
+ with:
16
+ python-version: '3.13'
17
- uses: pre-commit/[email protected]
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
files: .*\.(yaml|yml)$
args: [--allow-multiple-documents]
18
- repo: https://github.com/ansible/ansible-lint
19
- rev: v25.8.1
+ rev: v25.9.2
20
hooks:
21
- id: ansible-lint
22
entry: env ANSIBLE_ROLES_PATH=./tests/roles:$ANSIBLE_ROLES_PATH ANSIBLE_LIBRARY=./tests/plugins/modules:$ANSIBLE_LIBRARY ansible-lint
0 commit comments