Update actions/checkout action to v7 #103

Merged
stb merged 1 commit from renovate/actions-checkout-7.x into main 2026-06-19 09:09:36 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8b924c924f - Show all commits

Update actions/checkout action to v7
Some checks failed
/ Ansible Lint (pull_request) Successful in 3m40s
/ build (pull_request) Successful in 29s
/ Ansible Lint (push) Failing after 1m55s
/ cleanup-staging (pull_request) Failing after 2m16s
/ build (push) Failing after 2m42s

Renovate 2026-06-18 15:15:51 +00:00

View file

@ -23,7 +23,7 @@ jobs:
apt -y install nodejs git rsync openssh-client
pip install --upgrade pip
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Install Python packages
run: |

View file

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