Update actions/checkout action to v6 #62

Open
renovate wants to merge 1 commit from renovate/actions-checkout-6.x into main
Showing only changes of commit 7c4f2008c4 - Show all commits

Update actions/checkout action to v6
Some checks failed
/ Ansible Lint (push) Failing after 2m37s
/ Ansible Lint (pull_request) Failing after 2m9s

Renovate 2026-01-09 02:15:50 +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