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

mboehm7 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git


The following commit(s) were added to refs/heads/main by this push:
     new 4fb9ee226b Bump actions/setup-node from 5 to 6
4fb9ee226b is described below

commit 4fb9ee226bfbf8284097eb371516d88d3e3b1401
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 15 00:03:56 2025 +0000

    Bump actions/setup-node from 5 to 6
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 
6.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/monitoringUITests.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/monitoringUITests.yml 
b/.github/workflows/monitoringUITests.yml
index 3034a8dabc..b4a3179b6a 100644
--- a/.github/workflows/monitoringUITests.yml
+++ b/.github/workflows/monitoringUITests.yml
@@ -54,7 +54,7 @@ jobs:
     steps:
       - uses: actions/checkout@v5
       - name: Build the application, with Node.js ${{ matrix.node-version }}
-        uses: actions/setup-node@v5
+        uses: actions/setup-node@v6
         with:
           # Set always-auth in npmrc
           always-auth: false # optional, default is false

Reply via email to