diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-05-14 21:03:22 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-14 21:03:22 +0000 |
commit | 207c7e2abf2cf613c9cb6d07092401f56e79fcd5 (patch) | |
tree | c34570c0e964d52439f4567123ac490873a473a2 | |
parent | e65084adda627c5d28171a011f67bf84e9f81ac2 (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 bd8298678a0..fc75caacade 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -166,7 +166,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@0ee1130f05f69098ab5c560bd198fecf5a14d75b # v6.9.0 with: # We already installed the dependencies in the init job install: false |