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 3f6192bf7 Bump actions/cache from 5 to 6
3f6192bf7 is described below

commit 3f6192bf73d447e11a1082d35d455e09041593cc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 30 05:07:46 2026 +0000

    Bump actions/cache from 5 to 6
    
    Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](https://github.com/actions/cache/compare/v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/cache
      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 | 10 +++++-----
 .github/workflows/sonarcloud.yml   |  2 +-
 .github/workflows/yetus.yml        |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.github/workflows/master-build.yml 
b/.github/workflows/master-build.yml
index b85efca3f..a55c1dca0 100644
--- a/.github/workflows/master-build.yml
+++ b/.github/workflows/master-build.yml
@@ -45,7 +45,7 @@ jobs:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'
       - name: Cache Ivy dependencies
-        uses: actions/cache@v5
+        uses: actions/cache@v6
         with:
           path: ~/.ivy2/cache
           key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 
'src/plugin/**/ivy.xml') }}
@@ -68,7 +68,7 @@ jobs:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'
       - name: Cache Ivy dependencies
-        uses: actions/cache@v5
+        uses: actions/cache@v6
         with:
           path: ~/.ivy2/cache
           key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 
'src/plugin/**/ivy.xml') }}
@@ -125,7 +125,7 @@ jobs:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'
       - name: Cache Ivy dependencies
-        uses: actions/cache@v5
+        uses: actions/cache@v6
         with:
           path: ~/.ivy2/cache
           key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 
'src/plugin/**/ivy.xml') }}
@@ -173,7 +173,7 @@ jobs:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'
       - name: Cache Ivy dependencies
-        uses: actions/cache@v5
+        uses: actions/cache@v6
         with:
           path: ~/.ivy2/cache
           key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 
'src/plugin/**/ivy.xml') }}
@@ -206,7 +206,7 @@ jobs:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'
       - name: Cache Ivy dependencies
-        uses: actions/cache@v5
+        uses: actions/cache@v6
         with:
           path: ~/.ivy2/cache
           key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 
'src/plugin/**/ivy.xml') }}
diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml
index 38568d5fc..edcb3cd30 100644
--- a/.github/workflows/sonarcloud.yml
+++ b/.github/workflows/sonarcloud.yml
@@ -44,7 +44,7 @@ jobs:
           java-version: '17'
           distribution: 'temurin'
       - name: Cache Ivy dependencies
-        uses: actions/cache@v5
+        uses: actions/cache@v6
         with:
           path: ~/.ivy2/cache
           key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 
'src/plugin/**/ivy.xml') }}
diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml
index 07028c47c..428b53cd2 100644
--- a/.github/workflows/yetus.yml
+++ b/.github/workflows/yetus.yml
@@ -49,7 +49,7 @@ jobs:
         with:
           fetch-depth: 0
       - name: Cache Ivy dependencies
-        uses: actions/cache@v5
+        uses: actions/cache@v6
         with:
           path: ~/.ivy2/cache
           key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml', 
'src/plugin/**/ivy.xml') }}

Reply via email to