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