diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-04-30 22:51:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-30 22:51:48 +0000 |
commit | 9b656f056e5de6610dabcc968b90567bab1e4a57 (patch) | |
tree | 02abdb7d96094ed1dafcb79b564d415902045fe8 | |
parent | 8788d659c85c5e6554d39c3cb5a3a62d5909d98e (diff) | |
download | nextcloud-server-dependabot/github_actions/github-actions-a0ac68e364.tar.gz nextcloud-server-dependabot/github_actions/github-actions-a0ac68e364.zip |
build(deps): bump cypress-io/github-action in the github-actions groupdependabot/github_actions/github-actions-a0ac68e364
Bumps the github-actions group with 1 update: [cypress-io/github-action](https://github.com/cypress-io/github-action).
Updates `cypress-io/github-action` from 6.7.16 to 6.8.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/108b8684ae52e735ff7891524cbffbcd4be5b19f...6d4f8f59600b4259fe501be43a99bfc6c05c5927)
---
updated-dependencies:
- dependency-name: cypress-io/github-action
dependency-version: 6.8.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
-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 bc079cd4e9a..cc3e59e8e6b 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -121,7 +121,7 @@ jobs: run: ./node_modules/cypress/bin/cypress install - name: Run ${{ matrix.containers == 'component' && 'component' || 'E2E' }} cypress tests - uses: cypress-io/github-action@108b8684ae52e735ff7891524cbffbcd4be5b19f # v6.7.16 + uses: cypress-io/github-action@6d4f8f59600b4259fe501be43a99bfc6c05c5927 # v6.8.0 with: # We already installed the dependencies in the init job install: false |