This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git


The following commit(s) were added to refs/heads/master by this push:
     new d05c1b47b RATIS-2519. Bump actions/cache to 5.0.5 (#1435)
d05c1b47b is described below

commit d05c1b47ba4a806392da9be9744ec99029161ce7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 5 10:56:53 2026 +0200

    RATIS-2519. Bump actions/cache to 5.0.5 (#1435)
---
 .github/workflows/check.yaml       | 4 ++--
 .github/workflows/ci.yaml          | 2 +-
 .github/workflows/repeat-test.yaml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/check.yaml b/.github/workflows/check.yaml
index 41f85a8f3..a10c02f3d 100644
--- a/.github/workflows/check.yaml
+++ b/.github/workflows/check.yaml
@@ -112,7 +112,7 @@ jobs:
 
       - name: Create cache for Maven dependencies
         if: ${{ inputs.script == 'build' }}
-        uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+        uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
         with:
           path: |
             ~/.m2/repository/*/*/*
@@ -123,7 +123,7 @@ jobs:
 
       - name: Restore cache for Maven dependencies
         if: ${{ inputs.script != 'build' }}
-        uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # 
v5.0.4
+        uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # 
v5.0.5
         with:
           path: |
             ~/.m2/repository/*/*/*
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 087560336..a00a07955 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -129,7 +129,7 @@ jobs:
             fetch-depth: 0
             persist-credentials: false
         - name: Cache for maven dependencies
-          uses: actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 
# v5.0.4
+          uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae 
# v5.0.5
           with:
             path: |
               ~/.m2/repository
diff --git a/.github/workflows/repeat-test.yaml 
b/.github/workflows/repeat-test.yaml
index 9664de8dc..4bfeebe7f 100644
--- a/.github/workflows/repeat-test.yaml
+++ b/.github/workflows/repeat-test.yaml
@@ -103,7 +103,7 @@ jobs:
           persist-credentials: false
           ref: ${{ needs.prepare.outputs.ref }}
       - name: Cache for maven dependencies
-        uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
+        uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
         with:
           path: |
             ~/.m2/repository

Reply via email to