Update actions/checkout action to v6 #62

Merged
june merged 1 commit from renovate/actions-checkout-6.x into main 2026-01-18 04:41:16 +01:00
Showing only changes of commit 0b6847493c - Show all commits

Update actions/checkout action to v6
All checks were successful
/ Ansible Lint (pull_request) Successful in 2m22s
/ Ansible Lint (push) Successful in 1m52s

Renovate 2026-01-18 03:30:42 +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