From 6a00c28f53df1fd5bb78c19e659f5d88a3ddb750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 16:11:11 +0000 Subject: [PATCH] chore(deps): update cypress-io/github-action action to v7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de8da083..157f267d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -128,7 +128,7 @@ jobs: sudo chmod -R 755 ./apps - name: Run Cypress tests - uses: cypress-io/github-action@v6 + uses: cypress-io/github-action@v7.4.3 continue-on-error: true with: wait-on-timeout: 120