diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-09-09 01:16:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-09 01:16:27 +0000 |
commit | 81b400c7773e863c2df251a3e04504669191ff45 (patch) | |
tree | 4201804173ba04a2aa27377109476bbe3a68a569 /.github | |
parent | c18962252921f7e70a48ad1d734a168e6f7e3d08 (diff) | |
download | nextcloud-server-81b400c7773e863c2df251a3e04504669191ff45.tar.gz nextcloud-server-81b400c7773e863c2df251a3e04504669191ff45.zip |
chore(deps): Bump cypress-io/github-action from 5.8.3 to 6.5.0
Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 5.8.3 to 6.5.0.
- [Release notes](https://github.com/cypress-io/github-action/releases)
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/cypress-io/github-action/compare/d69252d52b9a31bad4f418f05ba2bc83687a02eb...59810ebfa5a5ac6fcfdcfdf036d1cd4d083a88f2)
---
updated-dependencies:
- dependency-name: cypress-io/github-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-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 bc2d9937974..3902fa46363 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 |