From d1eb34ea965c3eac1dd391bb30ef3c25dedaefcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 09:41:26 +0000 Subject: [PATCH] chore(deps): bump cypress-io/github-action from 6.10.2 to 6.10.8 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.10.2 to 6.10.8. - [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/b8ba51a856ba5f4c15cf39007636d4ab04f23e3c...2ad32e649e4db26c07674ebae31a297601dbcbaf) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 6.10.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b022f712d1..18c303b5be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,7 +173,7 @@ jobs: # Install deps only - name: Cypress install dependencies id: cypress-deps - uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2 + uses: cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8 # Do not consider failure a failure. Well, sort of. # See https://docs.github.com/en/actions/reference/context-and-expression-syntax-for-github-actions#steps-context continue-on-error: true @@ -192,7 +192,7 @@ jobs: # Actually run tests, building repo - name: Cypress run id: cypress-run - uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2 + uses: cypress-io/github-action@2ad32e649e4db26c07674ebae31a297601dbcbaf # v6.10.8 with: wait-on: http://[::1]:3000 wait-on-timeout: 600