From 0cf86f6ff1c7b263a487fa0d0d75067ecee12d0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 01:37:23 +0000 Subject: [PATCH] Bump cypress-io/github-action from 6.10.1 to 7.1.1 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.10.1 to 7.1.1. - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/v6.10.1...v7.1.1) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3fa1fcde..4611ed8b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -120,7 +120,7 @@ jobs: npx wait-on http://localhost:$FRONTEND_PORT - name: Cypress run (UI tests) - uses: cypress-io/github-action@v6.10.1 + uses: cypress-io/github-action@v7.1.1 - name: On E2E test failure, print logs if: failure()