From 1fb38f4ef823c46e03fb00864f11ffe564353b22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:05:07 +0000 Subject: [PATCH] Bump cypress-io/github-action from 6.10.4 to 6.10.6 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.10.4 to 6.10.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/7ef72e250a9e564efb4ed4c2433971ada4cc38b4...d842ab15a88774cf1311cc07f0e7112024c3dbd7) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 6.10.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index d04ec3a8f0e..67cdfcd071e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -95,7 +95,7 @@ jobs: uses: ./.github/actions/webpack-persistent-cache - name: Cypress run - uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4 + uses: cypress-io/github-action@d842ab15a88774cf1311cc07f0e7112024c3dbd7 # v6.10.6 with: browser: chrome config-file: cypress.config.js