From c8b70512e1be870c63f5fc0cabc70a9c8a5c94d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 18:00:55 +0000 Subject: [PATCH] chore(deps): bump cypress-io/github-action from 6.7.8 to 6.7.10 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.7.8 to 6.7.10. - [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/57b70560982e6a11d23d4b8bec7f8a487cdbb71b...7271bed2a170d73c0b08939cd192db51a1c46c50) --- 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/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 522bb5d4d..4db840074 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -245,7 +245,7 @@ jobs: run: sleep 30 - name: Cypress run - uses: cypress-io/github-action@57b70560982e6a11d23d4b8bec7f8a487cdbb71b #v6 + uses: cypress-io/github-action@7271bed2a170d73c0b08939cd192db51a1c46c50 #v6 with: working-directory: frontend browser: ${{ matrix.browser }}