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 545362c4c Bump actions/setup-node from 6 to 7
545362c4c is described below

commit 545362c4c7805074cf215f0f09f7c1d5380ec2d4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 14 05:08:31 2026 +0000

    Bump actions/setup-node from 6 to 7
    
    Bumps [actions/setup-node](https://github.com/actions/setup-node) from 6 to 
7.
    - [Release notes](https://github.com/actions/setup-node/releases)
    - [Commits](https://github.com/actions/setup-node/compare/v6...v7)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-node
      dependency-version: '7'
      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 618d04e58..ec6fdc966 100644
--- a/.github/workflows/master-build.yml
+++ b/.github/workflows/master-build.yml
@@ -100,7 +100,7 @@ jobs:
               - '.spectral.yaml'
       - name: Set up Node.js
         if: steps.filter.outputs.openapi == 'true'
-        uses: actions/setup-node@v6
+        uses: actions/setup-node@v7
         with:
           node-version: '18'
       - name: Install IBM OpenAPI Validator

Reply via email to