diff --git a/.github/workflows/deploy-experimental.yml b/.github/workflows/deploy-experimental.yml index 8d1f6d05e..bc8270c42 100644 --- a/.github/workflows/deploy-experimental.yml +++ b/.github/workflows/deploy-experimental.yml @@ -379,7 +379,7 @@ jobs: node-version: 18.14 # Run the cypress tests - name: end-to-end tests - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: working-directory: solution/ui/e2e config: baseUrl=${{ needs.deploy-django.outputs.url }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d0cbf1b79..9a2292c0f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -161,7 +161,7 @@ jobs: /eregulations/http/reader_password = CYPRESS_READER_PASSWORD" withDecryption: "true" # defaults to true - name: end-to-end tests - uses: cypress-io/github-action@v5 + uses: cypress-io/github-action@v6 with: working-directory: solution/ui/e2e config: baseUrl=${{ steps.deploy-regulations-site-server.outputs.url }}