diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-09-19 13:46:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-19 13:46:09 +0200 |
commit | 7f9faa544b211485544123c750ef8733c6fb1abe (patch) | |
tree | 44b42cbeb58ee29e873c08dca6c51ac54c8196c0 /.github/workflows/cypress.yml | |
parent | 5b620eb9450322a298532952462eb4ef87dd833e (diff) | |
parent | 81b400c7773e863c2df251a3e04504669191ff45 (diff) | |
download | nextcloud-server-7f9faa544b211485544123c750ef8733c6fb1abe.tar.gz nextcloud-server-7f9faa544b211485544123c750ef8733c6fb1abe.zip |
Merge pull request #40355 from nextcloud/dependabot/github_actions/cypress-io/github-action-6.5.0
chore(deps): Bump cypress-io/github-action from 5.8.3 to 6.5.0
Diffstat (limited to '.github/workflows/cypress.yml')
-rw-r--r-- | .github/workflows/cypress.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 4f04c589f2c..ef89ee05d93 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -91,7 +91,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@d69252d52b9a31bad4f418f05ba2bc83687a02eb # v5.8.3 + uses: cypress-io/github-action@59810ebfa5a5ac6fcfdcfdf036d1cd4d083a88f2 # v6.5.0 with: record: true parallel: true |