From 891994a4ed5b7ecb86948e2e438c01bc40251548 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 06:04:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/nextcloud-build.yml | 2 +- .github/workflows/nginx-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nextcloud-build.yml b/.github/workflows/nextcloud-build.yml index 0f86ca2..77767c4 100644 --- a/.github/workflows/nextcloud-build.yml +++ b/.github/workflows/nextcloud-build.yml @@ -49,7 +49,7 @@ jobs: fail-fast: false matrix: ${{ fromJSON(needs.discover.outputs.matrix) }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: imjasonh/setup-crane@v0.6 diff --git a/.github/workflows/nginx-build.yml b/.github/workflows/nginx-build.yml index 675cc1d..273e7b8 100644 --- a/.github/workflows/nginx-build.yml +++ b/.github/workflows/nginx-build.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Extract versions id: v