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 180882589 RATIS-2583. Bump actions/cache to 6.1.0 (#1502)
180882589 is described below
commit 180882589900433f560c64717c477ef036bd9cea
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 08:43:58 2026 +0200
RATIS-2583. Bump actions/cache to 6.1.0 (#1502)
---
.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 c53e53a76..96fae4abb 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
~/.m2/repository/*/*/*
@@ -123,7 +123,7 @@ jobs:
- name: Restore cache for Maven dependencies
if: ${{ inputs.script != 'build' }}
- uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae #
v5.0.5
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 #
v6.1.0
with:
path: |
~/.m2/repository/*/*/*
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 401996fec..03148f44d 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@27d5ce7f107fe9357f9df03efb73ab90386fccae
# v5.0.5
+ uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9
# v6.1.0
with:
path: |
~/.m2/repository
diff --git a/.github/workflows/repeat-test.yaml
b/.github/workflows/repeat-test.yaml
index 5140dd6d3..9334beb81 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@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
+ uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
with:
path: |
~/.m2/repository