diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index aed5c27de2..f864eba519 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@18a6541367f4580a515371905f499a27a44e8dbe # v6.7.12 + uses: cypress-io/github-action@1052aa98bbbe4f55210f844878213c07d9c8c399 # v6.7.13 with: wait-on: "${{ inputs.preview_url }}" command: 'npm run test:cypress:parallel'