From 27df5102033f71e0175d7d82db4b9841172c4460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:32:42 +0000 Subject: [PATCH] Build(deps): bump cypress-io/github-action from 7.4.0 to 7.4.1 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 7.4.0 to 7.4.1. - [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/948d67d3074f1bbb6379c8bdbb04e95d2f8e593f...fa4a118725a8f001170d49631ea89e5d66fee626) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-version: 7.4.1 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 780073f..c0f352a 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@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0 + - uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1 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 15f6e98..7756542 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@948d67d3074f1bbb6379c8bdbb04e95d2f8e593f # v7.4.0 + - uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1 env: NEO4J_VERSION: ${{ matrix.neo4j-version }} NEO4J_URI: bolt://localhost