diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 9660fd73b..fd14c3a2f 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@1b70233146622b69e789ccdd4f9452adc638d25a # v6.6.1 + uses: cypress-io/github-action@8d3918616d8ac34caa2b49afc8b408b6a872a6f5 # v6.7.1 with: wait-on: "${{ inputs.preview_url }}" command: 'npm run test:cypress:parallel'