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

dominikriemer 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 73a8cc246f chore(deps): bump actions/setup-node from 6 to 7 (#4746)
73a8cc246f is described below

commit 73a8cc246f5a41d8906e6016795032d82e8b3e5e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 21 12:28:05 2026 +0200

    chore(deps): bump actions/setup-node from 6 to 7 (#4746)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/build.yml         | 2 +-
 .github/workflows/cypress-test.yml  | 2 +-
 .github/workflows/go-docs.yml       | 2 +-
 .github/workflows/pr-validation.yml | 4 ++--
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3d26b64adb..117a8395cb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
           cache: 'maven'
 
       - name: Set up Node
-        uses: actions/setup-node@v6
+        uses: actions/setup-node@v7
         with:
           node-version: '22.x'
           cache: 'npm'
diff --git a/.github/workflows/cypress-test.yml 
b/.github/workflows/cypress-test.yml
index dc98ad0c21..dcd8c577e3 100644
--- a/.github/workflows/cypress-test.yml
+++ b/.github/workflows/cypress-test.yml
@@ -35,7 +35,7 @@ jobs:
           cache: 'maven'
 
       - name: Set up Node
-        uses: actions/setup-node@v6
+        uses: actions/setup-node@v7
         with:
           node-version: '22.x'
           cache: 'npm'
diff --git a/.github/workflows/go-docs.yml b/.github/workflows/go-docs.yml
index 5d88974b96..8b0784ddaa 100644
--- a/.github/workflows/go-docs.yml
+++ b/.github/workflows/go-docs.yml
@@ -35,7 +35,7 @@ jobs:
         with:
           extended: true
 
-      - uses: actions/setup-node@v6
+      - uses: actions/setup-node@v7
         with:
           node-version: 20
           cache: npm
diff --git a/.github/workflows/pr-validation.yml 
b/.github/workflows/pr-validation.yml
index eaffd95977..89894c3c5e 100644
--- a/.github/workflows/pr-validation.yml
+++ b/.github/workflows/pr-validation.yml
@@ -44,7 +44,7 @@ jobs:
         uses: actions/[email protected]
       
       - name: Set up Node
-        uses: actions/setup-node@v6
+        uses: actions/setup-node@v7
         with:
           node-version: '22.x'
           cache: 'npm'
@@ -91,7 +91,7 @@ jobs:
           cache: 'maven'
 
       - name: Set up Node
-        uses: actions/setup-node@v6
+        uses: actions/setup-node@v7
         with:
           node-version: '22.x'
           cache: 'npm'

Reply via email to