This is an automated email from the ASF dual-hosted git repository.
bossenti pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git
The following commit(s) were added to refs/heads/dev by this push:
new 04848294f Bump cypress-io/github-action from 5 to 6 (#1839)
04848294f is described below
commit 04848294f555c42352cd46f23b1fd480497a1ca3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Aug 22 07:48:02 2023 +0200
Bump cypress-io/github-action from 5 to 6 (#1839)
Bumps
[cypress-io/github-action](https://github.com/cypress-io/github-action) from 5
to 6.
- [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/v5...v6)
---
updated-dependencies:
- dependency-name: cypress-io/github-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/cypress-test.yml | 2 +-
.github/workflows/pr-validation.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/cypress-test.yml
b/.github/workflows/cypress-test.yml
index 920c6f47e..41356ae1c 100644
--- a/.github/workflows/cypress-test.yml
+++ b/.github/workflows/cypress-test.yml
@@ -58,7 +58,7 @@ jobs:
run: sleep 70
- name: 'UI Tests'
- uses: cypress-io/github-action@v5
+ uses: cypress-io/github-action@v6
with:
install: false
wait-on: 'http://localhost/#/login'
diff --git a/.github/workflows/pr-validation.yml
b/.github/workflows/pr-validation.yml
index e67976305..39344b359 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -101,7 +101,7 @@ jobs:
run: sleep 70
- name: 'UI Tests'
- uses: cypress-io/github-action@v5
+ uses: cypress-io/github-action@v6
with:
install: false
wait-on: 'http://localhost/#/login'