This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/branch_9x by this push:
new 668743da175 Update actions/cache action to v5 (branch_9x) (#4030)
668743da175 is described below
commit 668743da175e04e16dd4bb54f30a901e3d057b98
Author: Solr Bot <[email protected]>
AuthorDate: Tue Jan 6 20:43:37 2026 +0100
Update actions/cache action to v5 (branch_9x) (#4030)
---
.github/workflows/bin-solr-test.yml | 2 +-
.github/workflows/docker-test.yml | 2 +-
.github/workflows/gradle-extraction-check.yml | 2 +-
.github/workflows/gradle-precommit.yml | 2 +-
.github/workflows/solrj-test.yml | 2 +-
changelog/unreleased/PR#4030-update-actions-cache-action.yml | 7 +++++++
6 files changed, 12 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/bin-solr-test.yml
b/.github/workflows/bin-solr-test.yml
index 9d93d7ea372..b3fec816ab0 100644
--- a/.github/workflows/bin-solr-test.yml
+++ b/.github/workflows/bin-solr-test.yml
@@ -34,7 +34,7 @@ jobs:
uses: gradle/actions/setup-gradle@v5
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/docker-test.yml
b/.github/workflows/docker-test.yml
index ced7190c49f..6f58b4e67db 100644
--- a/.github/workflows/docker-test.yml
+++ b/.github/workflows/docker-test.yml
@@ -38,7 +38,7 @@ jobs:
run: sudo apt-get install acl
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/gradle-extraction-check.yml
b/.github/workflows/gradle-extraction-check.yml
index 29a8b07f660..f77c813913e 100644
--- a/.github/workflows/gradle-extraction-check.yml
+++ b/.github/workflows/gradle-extraction-check.yml
@@ -35,7 +35,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/gradle-precommit.yml
b/.github/workflows/gradle-precommit.yml
index 46050e64075..ad9e3f4850d 100644
--- a/.github/workflows/gradle-precommit.yml
+++ b/.github/workflows/gradle-precommit.yml
@@ -32,7 +32,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/solrj-test.yml b/.github/workflows/solrj-test.yml
index 8cbbdebea70..7203a75a69f 100644
--- a/.github/workflows/solrj-test.yml
+++ b/.github/workflows/solrj-test.yml
@@ -31,7 +31,7 @@ jobs:
uses: gradle/actions/setup-gradle@v5
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- - uses: actions/cache@v4
+ - uses: actions/cache@v5
with:
path: |
~/.gradle/caches
diff --git a/changelog/unreleased/PR#4030-update-actions-cache-action.yml
b/changelog/unreleased/PR#4030-update-actions-cache-action.yml
new file mode 100644
index 00000000000..ba67cc21f8e
--- /dev/null
+++ b/changelog/unreleased/PR#4030-update-actions-cache-action.yml
@@ -0,0 +1,7 @@
+title: Update actions/cache action to v5
+type: dependency_update
+authors:
+- name: solrbot
+links:
+- name: PR#4030
+ url: https://github.com/apache/solr/pull/4030