diff --git a/workflow-templates/cypress.yml b/workflow-templates/cypress.yml index 0a67ed2..a5f0730 100644 --- a/workflow-templates/cypress.yml +++ b/workflow-templates/cypress.yml @@ -110,7 +110,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@57f6235de2ce3db58ce2609edd0e54eba6326480 # v6.7.3 + uses: cypress-io/github-action@496e7dc0edc421a9de8a36a31c793340e00c61bf # v6.7.5 with: record: ${{ secrets.CYPRESS_RECORD_KEY && true }} parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}