From 3d53242d9f80e62dc76eb76b3a3ada54487b1e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 08:36:56 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 6.7.1 to 6.7.5 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.1 to 6.7.5. - [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.7.1...v6.7.5) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 32f3a991e..9497ee8ea 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@v6.7.1 + uses: cypress-io/github-action@v6.7.5 with: browser: chrome spec: cypress/**/*.cy.tsx diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index 784e7314a..0013dbce7 100644 --- a/.github/workflows/cypress-test.yml +++ b/.github/workflows/cypress-test.yml @@ -62,7 +62,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Run cypress - uses: cypress-io/github-action@v6.7.1 + uses: cypress-io/github-action@v6.7.5 with: browser: chrome spec: cypress/**/*.cy.tsx