Compare commits

...

1 commit

Author SHA1 Message Date
891d8d30e3 Update actions/checkout action to v6
Some checks failed
/ Ansible Lint (push) Failing after 3m14s
/ Ansible Lint (pull_request) Failing after 2m26s
2026-01-13 03:00:41 +00:00

View file

@ -10,7 +10,7 @@ jobs:
name: Ansible Lint name: Ansible Lint
runs-on: docker runs-on: docker
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v6
- name: Install pip - name: Install pip
run: | run: |
apt update apt update