diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 4f04c589f2ca1..ef89ee05d937b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -91,7 +91,7 @@ jobs: run: npm i -g npm@"${{ needs.init.outputs.npmVersion }}" - name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests - uses: cypress-io/github-action@d69252d52b9a31bad4f418f05ba2bc83687a02eb # v5.8.3 + uses: cypress-io/github-action@59810ebfa5a5ac6fcfdcfdf036d1cd4d083a88f2 # v6.5.0 with: record: true parallel: true