We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18e345d + 78f16f6 commit 6bc0f95Copy full SHA for 6bc0f95
1 file changed
.github/workflows/cypress.yml
@@ -116,7 +116,7 @@ jobs:
116
run: npm i -g 'npm@${{ needs.init.outputs.npmVersion }}'
117
118
- name: Run ${{ startsWith(matrix.containers, 'component') && 'component' || 'E2E' }} cypress tests
119
- uses: cypress-io/github-action@b8ba51a856ba5f4c15cf39007636d4ab04f23e3c # v6.10.2
+ uses: cypress-io/github-action@e65cba2e7319696fc0fdc4d5a319b737aec4ba1c # v6.10.3
120
with:
121
record: ${{ secrets.CYPRESS_RECORD_KEY && true }}
122
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}
0 commit comments