This is an automated email from the ASF dual-hosted git repository.
janhoy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 647a74fc8e9 Update actions/cache action to v4 (#2561)
647a74fc8e9 is described below
commit 647a74fc8e9f9416c87bd1f1c296274c0e4a3fb9
Author: Solr Bot <[email protected]>
AuthorDate: Wed Jul 17 17:59:16 2024 +0200
Update actions/cache action to v4 (#2561)
---
.github/workflows/bin-solr-test.yml | 2 +-
.github/workflows/gradle-precommit.yml | 2 +-
.github/workflows/solrj-test.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/bin-solr-test.yml
b/.github/workflows/bin-solr-test.yml
index 5f6a9a911d0..d1dd32eb0bf 100644
--- a/.github/workflows/bin-solr-test.yml
+++ b/.github/workflows/bin-solr-test.yml
@@ -30,7 +30,7 @@ jobs:
java-package: jdk
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/gradle-precommit.yml
b/.github/workflows/gradle-precommit.yml
index 43419d4a687..f8988238cca 100644
--- a/.github/workflows/gradle-precommit.yml
+++ b/.github/workflows/gradle-precommit.yml
@@ -29,7 +29,7 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
with:
path: |
~/.gradle/caches
diff --git a/.github/workflows/solrj-test.yml b/.github/workflows/solrj-test.yml
index efe9969940e..acb999a7270 100644
--- a/.github/workflows/solrj-test.yml
+++ b/.github/workflows/solrj-test.yml
@@ -29,7 +29,7 @@ jobs:
java-package: jdk
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
with:
path: |
~/.gradle/caches