diff --git a/workflow-templates/cypress.yml b/workflow-templates/cypress.yml index 2409957..4c8d0ba 100644 --- a/workflow-templates/cypress.yml +++ b/workflow-templates/cypress.yml @@ -109,7 +109,7 @@ jobs: run: npm i -g 'npm@${{ steps.versions.outputs.package-manager-version }}' - name: Run ${{ startsWith(matrix.containers, 'component') && 'component' || 'E2E' }} cypress tests - uses: cypress-io/github-action@fa4a118725a8f001170d49631ea89e5d66fee626 # v7.4.1 + uses: cypress-io/github-action@09090944bd8aaa2a517cefb6e38bf1aae336b42b # v7.4.3 with: record: ${{ secrets.CYPRESS_RECORD_KEY && true }} parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}