From 1dc0a9197e8196a19393b2f2c3e976d1096185bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 23:43:26 +0000 Subject: [PATCH] Chore(deps): Bump cypress-io/github-action from 7.2.0 to 7.3.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.2.0 to 7.3.0. - [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/b7a7441d775af8f8b9d19945c10dd689a51dba68...dace029018fcdf86e0df89a31bc3cfa5b32570d8) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 26819dde9..8dc177a30 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -121,7 +121,7 @@ jobs: run: ./node_modules/cypress/bin/cypress install - name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests - uses: cypress-io/github-action@b7a7441d775af8f8b9d19945c10dd689a51dba68 # v7.2.0 + uses: cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0 with: # We already installed the dependencies in the init job install: false