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

sebastian-nagel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nutch.git


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

commit 6d962e15dfae520457ced0022a8a0049ba78e8a8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jun 19 11:53:28 2026 +0000

    Bump actions/setup-node from 4 to 6
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 
6.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v4...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/master-build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/master-build.yml 
b/.github/workflows/master-build.yml
index bda79e72e..a8f99baba 100644
--- a/.github/workflows/master-build.yml
+++ b/.github/workflows/master-build.yml
@@ -98,7 +98,7 @@ jobs:
               - '.spectral.yaml'
       - name: Set up Node.js
         if: steps.filter.outputs.openapi == 'true'
-        uses: actions/setup-node@v4
+        uses: actions/setup-node@v6
         with:
           node-version: '18'
       - name: Install IBM OpenAPI Validator

Reply via email to