Skip to content

Commit e7d70a0

Browse files
authored
Merge pull request #2055 from nextcloud-libraries/dependabot/github_actions/cypress-io/github-action-7.1.9
2 parents 3a2dcf9 + 8471740 commit e7d70a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cypress.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
run: npm i -g 'npm@${{ steps.versions.outputs.package-manager-version }}'
108108

109109
- name: Run ${{ startsWith(matrix.containers, 'component') && 'component' || 'E2E' }} cypress tests
110-
uses: cypress-io/github-action@e44ee0fa67251ab7e2d854d85b3a466577f47d14 # v7.1.3
110+
uses: cypress-io/github-action@783cb3f07983868532cabaedaa1e6c00ff4786a8 # v7.1.9
111111
with:
112112
record: ${{ secrets.CYPRESS_RECORD_KEY && true }} # zizmor: ignore[secrets-outside-env]
113113
parallel: ${{ secrets.CYPRESS_RECORD_KEY && true }} # zizmor: ignore[secrets-outside-env]

0 commit comments

Comments
 (0)