From d7821e64a310e4625794f18806f29231dff6eb8d Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 14 Dec 2023 20:48:33 +0100 Subject: [PATCH] debug: try beta2 Signed-off-by: Max --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index fbd199d210b..887bf3b0553 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 with: repository: nextcloud/server - ref: v28.0.0beta1 + ref: v28.0.0beta3 submodules: true - name: Checkout viewer