From 75a8494d134e87c2849f9fcf5ecd7dd4106c0277 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 17:25:32 +0000 Subject: [PATCH] ci(deps): Bump cypress-io/github-action from 7.1.9 to 7.3.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.1.9 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/783cb3f07983868532cabaedaa1e6c00ff4786a8...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 8a558666..d5aa0b52 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -107,7 +107,7 @@ jobs: run: npm i -g 'npm@${{ steps.versions.outputs.package-manager-version }}' - name: Run ${{ startsWith(matrix.containers, 'component') && 'component' || 'E2E' }} cypress tests - uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9 + uses: cypress-io/github-action@dace029018fcdf86e0df89a31bc3cfa5b32570d8 # v7.3.0 with: record: ${{ secrets.CYPRESS_RECORD_KEY && true }} # zizmor: ignore[secrets-outside-env] parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }} # zizmor: ignore[secrets-outside-env]