We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ea99f2 + 917d60d commit 54f5e8cCopy full SHA for 54f5e8c
1 file changed
.github/workflows/cypress.yml
@@ -114,7 +114,7 @@ jobs:
114
run: npm i -g 'npm@${{ steps.versions.outputs.package-manager-version }}'
115
116
- name: Run ${{ startsWith(matrix.containers, 'component') && 'component' || 'E2E' }} cypress tests
117
- uses: cypress-io/github-action@f790eee7a50d9505912f50c2095510be7de06aa7 # v6.10.9
+ uses: cypress-io/github-action@0f330ebf0d60f87608ed72f1d6232e5644aa3171 # v7.1.1
118
with:
119
record: ${{ secrets.CYPRESS_RECORD_KEY && true }}
120
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }}
0 commit comments