From 4439b7931e32b10d3639a91516751b7667d6eac8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 15:29:50 +0000 Subject: [PATCH] build(deps): bump cypress-io/github-action from 6.7.2 to 6.7.6 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.2 to 6.7.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/v6.7.2...v6.7.6) --- 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 03543a35..e1474f33 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.2 + uses: cypress-io/github-action@v6.7.6 with: browser: chrome config-file: cypress.config.ts diff --git a/.github/workflows/cypress-test.yml b/.github/workflows/cypress-test.yml index 1ad08728..0bde246e 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.2 + uses: cypress-io/github-action@v6.7.6 with: browser: chrome spec: cypress/**/*.cy.tsx