build(deps): bump cypress-io/github-action from 5 to 6

Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 to 6.
- [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/v5...v6)

---
updated-dependencies:
- dependency-name: cypress-io/github-action
  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] 2023-08-24 03:30:50 +00:00 committed by GitHub
parent afd60b7a10
commit dc58974211
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ jobs:
run: yarn test:unit
- name: Run Component tests
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
# we have already installed everything
install: false
@ -50,7 +50,7 @@ jobs:
command: yarn cypress run --component
- name: Cypress run
uses: cypress-io/github-action@v5
uses: cypress-io/github-action@v6
with:
# build: yarn build
start: yarn serve --host