We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3c8628c + 7f3b5e5 commit 6001319Copy full SHA for 6001319
1 file changed
.github/workflows/cypress.yml
@@ -121,7 +121,7 @@ jobs:
121
run: ./node_modules/cypress/bin/cypress install
122
123
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
124
- uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
+ uses: cypress-io/github-action@b7a7441d775af8f8b9d19945c10dd689a51dba68 # v7.2.0
125
with:
126
# We already installed the dependencies in the init job
127
install: false
0 commit comments