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

This commit is contained in:
Renovate 2026-07-01 19:01:17 +00:00
commit a866d88b50
2 changed files with 2 additions and 2 deletions

View file

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

View file

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