aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-11-04 12:09:45 +0100
committerGitHub <noreply@github.com>2023-11-04 12:09:45 +0100
commitc081437dc9b0bcc897001718f9fe543339b6989d (patch)
tree3766f4f2bef13a4e1d3858df82175ba380faa9e3
parent7289aa89fbc8ed9271b11c87e75269f51b0491eb (diff)
parentf85b62f933432702475b6b2461e3b0569562aa0b (diff)
downloadnextcloud-server-c081437dc9b0bcc897001718f9fe543339b6989d.tar.gz
nextcloud-server-c081437dc9b0bcc897001718f9fe543339b6989d.zip
Merge pull request #41283 from nextcloud/dependabot/github_actions/cypress-io/github-action-6.6.0
chore(deps): Bump cypress-io/github-action from 6.5.0 to 6.6.0
-rw-r--r--.github/workflows/cypress.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 45cf125ae52..510e18b7216 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -101,7 +101,7 @@ jobs:
run: npm i -g npm@"${{ needs.init.outputs.npmVersion }}"
- name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests
- uses: cypress-io/github-action@59810ebfa5a5ac6fcfdcfdf036d1cd4d083a88f2 # v6.5.0
+ uses: cypress-io/github-action@ebe8b24c4428922d0f793a5c4c96853a633180e3 # v6.6.0
with:
component: ${{ matrix.containers == 'component' }}
group: ${{ matrix.use-cypress-cloud && matrix.containers == 'component' && 'Run component' || matrix.use-cypress-cloud && 'Run E2E' || '' }}