From c06abc283ef36ba77567f67fa2bfda9db094612b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 01:34:17 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 5.0.9 to 6.7.0 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.0.9 to 6.7.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/v5.0.9...v6.7.0) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cypress-release-test.yml | 2 +- .github/workflows/cypress-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress-release-test.yml b/.github/workflows/cypress-release-test.yml index 19cd26849..707793497 100644 --- a/.github/workflows/cypress-release-test.yml +++ b/.github/workflows/cypress-release-test.yml @@ -39,7 +39,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run cypress - uses: cypress-io/github-action@v5.0.9 + uses: cypress-io/github-action@v6.7.0 with: browser: chrome spec: cypress/**/*.cy.tsx diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index d4f7d2970..6a58843c9 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -61,7 +61,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run cypress - uses: cypress-io/github-action@v5.0.9 + uses: cypress-io/github-action@v6.7.0 with: browser: chrome spec: cypress/**/*.cy.tsx