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 422735c246a Update actions/cache action to v4 (#2561)
422735c246a is described below

commit 422735c246a350ad55efb27ead9ef59f04d8c49f
Author: Solr Bot <[email protected]>
AuthorDate: Wed Jul 17 17:59:16 2024 +0200

    Update actions/cache action to v4 (#2561)
    
    (cherry picked from commit 647a74fc8e9f9416c87bd1f1c296274c0e4a3fb9)
    Signed-off-by: Jan Høydahl <[email protected]>
---
 .github/workflows/bin-solr-test.yml    | 2 +-
 .github/workflows/docker-test.yml      | 2 +-
 .github/workflows/gradle-precommit.yml | 2 +-
 .github/workflows/solrj-test.yml       | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/bin-solr-test.yml 
b/.github/workflows/bin-solr-test.yml
index dc9c27f5850..73da08cbfd0 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@v4
     - 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/docker-test.yml 
b/.github/workflows/docker-test.yml
index ffa54e8afe4..1c7ae3f043f 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@v2
+    - uses: actions/cache@v4
       with:
         path: |
           ~/.gradle/caches
diff --git a/.github/workflows/gradle-precommit.yml 
b/.github/workflows/gradle-precommit.yml
index be11d353e17..78b0cd6cf8f 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@v2
+    - uses: actions/cache@v4
       with:
         path: |
           ~/.gradle/caches
diff --git a/.github/workflows/solrj-test.yml b/.github/workflows/solrj-test.yml
index de578e930a1..1b6ec692bd0 100644
--- a/.github/workflows/solrj-test.yml
+++ b/.github/workflows/solrj-test.yml
@@ -31,7 +31,7 @@ jobs:
       uses: gradle/actions/setup-gradle@v4
     - name: Grant execute permission for gradlew
       run: chmod +x gradlew
-    - uses: actions/cache@v2
+    - uses: actions/cache@v4
       with:
         path: |
           ~/.gradle/caches

Reply via email to