diff --git a/.github/workflows/tests-cypress.yml b/.github/workflows/tests-cypress.yml index 1b12a9ad2..bc532e94d 100644 --- a/.github/workflows/tests-cypress.yml +++ b/.github/workflows/tests-cypress.yml @@ -19,7 +19,7 @@ jobs: docker compose up --detach client server - name: Run Cypress tests - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 env: CYPRESS_baseUrl: http://localhost:8000 with: