From cbe2b4df6df095aceaef31b58a4ac4d78173a4f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:44:53 +0000 Subject: [PATCH] Update cypress-io/github-action action to v7 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6ddb22cc..0e68512c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: run: npm install - name: Cypress run - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0 with: start: npm run dev wait-on: 'http://localhost:3000'