Compare commits
2 commits
c44612a071
...
0b6847493c
| Author | SHA1 | Date | |
|---|---|---|---|
| 0b6847493c | |||
| 744dc00ae5 |
1 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
name: Ansible Lint
|
||||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v5
|
||||
- uses: actions/checkout@v6
|
||||
- name: Install pip
|
||||
run: |
|
||||
apt update
|
||||
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
# work in our environmnet.
|
||||
# Rather manually setup python (pip) before instead.
|
||||
- name: Run ansible-lint
|
||||
uses: https://github.com/ansible/ansible-lint@v25.12.2
|
||||
uses: https://github.com/ansible/ansible-lint@v26.1.1
|
||||
with:
|
||||
setup_python: "false"
|
||||
requirements_file: "requirements.yml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue