From c545354eb146e9a97f5467014cfc2905ac4f1386 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 13:33:13 +0000 Subject: [PATCH] Bump cypress-io/github-action from 5 to 6 Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5 to 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/v5...v6) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 6816df2..89fb207 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -79,7 +79,7 @@ jobs: with: repository: neo4j-examples/movies-harness path: e2e - - uses: cypress-io/github-action@v5 + - uses: cypress-io/github-action@v6 env: NEO4J_VERSION: ${{ matrix.neo4j-version }} NEO4J_URI: bolt://localhost