You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2023/02/06 19:29:02 UTC

[streampipes] branch dev updated: Bump cypress-io/github-action from 4 to 5

This is an automated email from the ASF dual-hosted git repository.

zehnder 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 b05e4fc13 Bump cypress-io/github-action from 4 to 5
b05e4fc13 is described below

commit b05e4fc1330baf2a48f8e90a096c672b0a248892
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 2 15:39:57 2023 +0000

    Bump cypress-io/github-action from 4 to 5
    
    Bumps [cypress-io/github-action](https://github.com/cypress-io/github-action) from 4 to 5.
    - [Release notes](https://github.com/cypress-io/github-action/releases)
    - [Commits](https://github.com/cypress-io/github-action/compare/v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: cypress-io/github-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@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 00bf257d2..e8aa2410f 100644
--- a/.github/workflows/cypress-test.yml
+++ b/.github/workflows/cypress-test.yml
@@ -57,7 +57,7 @@ jobs:
         run: sleep 70
 
       - name: 'UI Tests'
-        uses: cypress-io/github-action@v4
+        uses: cypress-io/github-action@v5
         with:
           install: false
           wait-on: 'http://localhost/#/login'
diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml
index e89457628..c92d1d7b7 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -95,7 +95,7 @@ jobs:
         run: sleep 70
 
       - name: 'UI Tests'
-        uses: cypress-io/github-action@v4
+        uses: cypress-io/github-action@v5
         with:
           install: false
           wait-on: 'http://localhost/#/login'