Update actions/checkout action to v7 #8

Merged
june merged 1 commit from renovate/actions-checkout-7.x into main 2026-07-02 03:35:49 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit a866d88b50 - Show all commits

Update actions/checkout action to v7
Some checks failed
Build Keycloak / Build Keycloak Image-2 (push) Successful in 2m51s
Build Keycloak / Build Keycloak Image-1 (push) Successful in 2m53s
Build Keycloak / Build Keycloak Image (push) Successful in 2m53s
Build Penpot / Build Image penpot-backend:2.1.2 (push) Failing after 3m40s
Build Penpot / Build Image penpot-exporter:2.1.2 (push) Failing after 3m45s
Build Nextcloud / Build Nextcloud 33 Image (push) Successful in 8m5s
Build Penpot / Build Image penpot-frontend:2.1.2 (push) Failing after 3m0s
Build Nextcloud / Build Nextcloud 34 Image (push) Successful in 8m9s

Renovate 2026-07-01 19:01:17 +00:00

View file

@ -21,7 +21,7 @@ jobs:
run: apk add --no-cache nodejs
- name: Checkout Source Code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Build Container
env:

View file

@ -21,7 +21,7 @@ jobs:
run: apk add --no-cache nodejs git
- name: Checkout source code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Checkout nextcloud/docker
run: git clone --depth 1 https://github.com/nextcloud/docker.git nextcloud-docker