diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 75f7f0564..8f788de39 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -47,7 +47,7 @@ jobs: NODE_TLS_REJECT_UNAUTHORIZED: 0 - name: Cypress run - uses: cypress-io/github-action@d69252d52b9a31bad4f418f05ba2bc83687a02eb # v5.8.3 + uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3 # v6.6.0 with: wait-on: "${{ inputs.preview_url }}" command: 'npm run test:cypress:parallel'