We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 68a4ff7 + 76b5c07 commit a3083c9Copy full SHA for a3083c9
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@01ab638e25de36956e276fd37e34446273874399 # v6.7.15
+ uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16
120
with:
121
record: ${{ secrets.CYPRESS_RECORD_KEY && true }}
122
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}
0 commit comments