Compare commits

...

1 commit

Author SHA1 Message Date
0fd7a066b8 Update actions/checkout action to v6
Some checks failed
/ Ansible Lint (push) Failing after 3m29s
/ Ansible Lint (pull_request) Failing after 2m21s
2026-01-13 16:00:43 +00:00

View file

@ -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