chore(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] <support@github.com>
This commit is contained in:
dependabot[bot] 2026-01-24 02:02:42 +00:00 committed by GitHub
parent 07dbc1da2a
commit be7374360c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,7 +17,7 @@ jobs:
- name: E2E - Run all tests
id: e2e-run
uses: cypress-io/github-action@v6
uses: cypress-io/github-action@v7
- name: E2E | if tests failed, compile html report
if: ${{ failure() && steps.e2e-run.conclusion == 'failure' }}