Skip to content

Commit 0072df4

Browse files
Build(deps): bump cypress-io/github-action from 6.10.4 to 6.10.5 (#310)
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](cypress-io/github-action@7ef72e2...e3ff965) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbf6dd7 commit 0072df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-async-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
repository: neo4j-examples/movies-harness
8383
path: e2e
8484
ref: ${{ github.event.client_payload.sha }}
85-
- uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4
85+
- uses: cypress-io/github-action@e3ff965ee85ae28bdd2ea32c3e22a7fa12e02f2b # v6.10.5
8686
env:
8787
NEO4J_VERSION: ${{ matrix.neo4j-version }}
8888
NEO4J_URI: bolt://localhost

.github/workflows/python-sync-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
repository: neo4j-examples/movies-harness
8383
path: e2e
8484
ref: ${{ github.event.client_payload.sha }}
85-
- uses: cypress-io/github-action@7ef72e250a9e564efb4ed4c2433971ada4cc38b4 # v6.10.4
85+
- uses: cypress-io/github-action@e3ff965ee85ae28bdd2ea32c3e22a7fa12e02f2b # v6.10.5
8686
env:
8787
NEO4J_VERSION: ${{ matrix.neo4j-version }}
8888
NEO4J_URI: bolt://localhost

0 commit comments

Comments
 (0)