This is an automated email from the ASF dual-hosted git repository.
lewismc 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 ca8538abf Bump actions/cache from 4 to 5 (#936)
ca8538abf is described below
commit ca8538abf9f325fd187cc445e4ea399e7015057b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 20:18:02 2026 -0700
Bump actions/cache from 4 to 5 (#936)
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5.
- [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/v4...v5)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.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 c731be356..81c7efe35 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@v4
+ uses: actions/cache@v5
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@v4
+ uses: actions/cache@v5
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@v4
+ uses: actions/cache@v5
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@v4
+ uses: actions/cache@v5
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@v4
+ uses: actions/cache@v5
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 29e6b2857..38568d5fc 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@v4
+ uses: actions/cache@v5
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 d05bb0d18..07028c47c 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@v4
+ uses: actions/cache@v5
with:
path: ~/.ivy2/cache
key: ${{ runner.os }}-ivy-${{ hashFiles('ivy/ivy.xml',
'src/plugin/**/ivy.xml') }}