Skip to content

Commit 82e01be

Browse files
Merge pull request #2187 from nextcloud/dependabot/github_actions/main/cypress-io/github-action-6.7.0
2 parents bd2ea00 + 84b272d commit 82e01be

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
@@ -100,7 +100,7 @@ jobs:
100100
run: npm i -g npm@"${{ needs.init.outputs.npmVersion }}"
101101

102102
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
103-
uses: cypress-io/github-action@1b70233146622b69e789ccdd4f9452adc638d25a # v6.6.1
103+
uses: cypress-io/github-action@f88a151c986cab2e339cdbede6a5c4468bb62c17 # v6.7.0
104104
with:
105105
component: ${{ matrix.containers == 'component' }}
106106
# we can not use 'group', 'tag' or 'ci-build-id' because we do not use the cypress cloud

0 commit comments

Comments
 (0)