From ce9a873d6795daa47cad05aceb44f70986701ae1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 03:05:09 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 6 to 7 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6 to 7. - [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...v7) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/00-install-cypress.yml | 2 +- .github/workflows/02-cypress.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/00-install-cypress.yml b/.github/workflows/00-install-cypress.yml index 68e422ce2..da354777f 100644 --- a/.github/workflows/00-install-cypress.yml +++ b/.github/workflows/00-install-cypress.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v6 - name: 💻 Install dependencies - uses: cypress-io/github-action@v6 + uses: cypress-io/github-action@v7 with: working-directory: e2e runTests: false diff --git a/.github/workflows/02-cypress.yml b/.github/workflows/02-cypress.yml index ab56bccca..721265213 100644 --- a/.github/workflows/02-cypress.yml +++ b/.github/workflows/02-cypress.yml @@ -41,7 +41,7 @@ jobs: - name: 🧪 Cypress run # Install NPM dependencies and run all Cypress tests - uses: cypress-io/github-action@v6 + uses: cypress-io/github-action@v7 with: working-directory: e2e start: npx http-server@14.1.1 out