From 4d1d61ebbcdde387b8418749532359c20175bbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:10:22 +0000 Subject: [PATCH] Build(deps): bump cypress-io/github-action from 6.10.4 to 6.10.5 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 6.10.4 to 6.10.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/7ef72e250a9e564efb4ed4c2433971ada4cc38b4...e3ff965ee85ae28bdd2ea32c3e22a7fa12e02f2b) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 6.10.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/python-async-app.yml | 2 +- .github/workflows/python-sync-app.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-async-app.yml b/.github/workflows/python-async-app.yml index 5acb65e..e20b9cd 100644 --- a/.github/workflows/python-async-app.yml +++ b/.github/workflows/python-async-app.yml @@ -82,7 +82,7 @@ jobs: repository: neo4j-examples/movies-harness path: e2e ref: ${{ github.event.client_payload.sha }} - - uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4 + - uses: cypress-io/github-action@e3ff965ee85ae28bdd2ea32c3e22a7fa12e02f2b # v6.10.5 env: NEO4J_VERSION: ${{ matrix.neo4j-version }} NEO4J_URI: bolt://localhost diff --git a/.github/workflows/python-sync-app.yml b/.github/workflows/python-sync-app.yml index ceac907..c199465 100644 --- a/.github/workflows/python-sync-app.yml +++ b/.github/workflows/python-sync-app.yml @@ -82,7 +82,7 @@ jobs: repository: neo4j-examples/movies-harness path: e2e ref: ${{ github.event.client_payload.sha }} - - uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4 + - uses: cypress-io/github-action@e3ff965ee85ae28bdd2ea32c3e22a7fa12e02f2b # v6.10.5 env: NEO4J_VERSION: ${{ matrix.neo4j-version }} NEO4J_URI: bolt://localhost