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

Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 4 to 5.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Commits](https://github.com/cypress-io/github-action/compare/v4...v5)

---
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] 2022-12-07 05:03:35 +00:00 committed by GitHub
parent e07f5ae159
commit 5b73d52e3c
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@v4
uses: cypress-io/github-action@v5
with:
# we have already installed everything
install: false
@ -50,7 +50,7 @@ jobs:
command: yarn cypress run-ct
- name: Cypress run
uses: cypress-io/github-action@v4
uses: cypress-io/github-action@v5
with:
# build: yarn build
start: yarn serve