diff --git a/.github/workflows/docker_tests_and_previews.yaml b/.github/workflows/docker_tests_and_previews.yaml index 9dba97118..b7e465b9d 100644 --- a/.github/workflows/docker_tests_and_previews.yaml +++ b/.github/workflows/docker_tests_and_previews.yaml @@ -184,7 +184,7 @@ jobs: - name: Run Cypress end-to-end tests if: steps.changed-files-frontend.outputs.any_changed == 'true' || steps.changed-files-backend.outputs.any_changed == 'true' - uses: cypress-io/github-action@v6.5.0 + uses: cypress-io/github-action@v6.6.0 with: working-directory: frontend install-command: yarn --frozen-lockfile