diff --git a/workflow-templates/cypress.yml b/workflow-templates/cypress.yml index cc8b895e..0b5d4206 100644 --- a/workflow-templates/cypress.yml +++ b/workflow-templates/cypress.yml @@ -95,7 +95,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@7215fc1624803790752b15000c55f71354592d84 # v6.4.0 + uses: cypress-io/github-action@59810ebfa5a5ac6fcfdcfdf036d1cd4d083a88f2 # v6.5.0 with: record: true parallel: true