Skip to content

Commit 1808825

Browse files
RATIS-2583. Bump actions/cache to 6.1.0 (#1502)
1 parent 2542e8e commit 1808825

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
113113
- name: Create cache for Maven dependencies
114114
if: ${{ inputs.script == 'build' }}
115-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
115+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
116116
with:
117117
path: |
118118
~/.m2/repository/*/*/*
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Restore cache for Maven dependencies
125125
if: ${{ inputs.script != 'build' }}
126-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
126+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
127127
with:
128128
path: |
129129
~/.m2/repository/*/*/*

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
fetch-depth: 0
130130
persist-credentials: false
131131
- name: Cache for maven dependencies
132-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
132+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
133133
with:
134134
path: |
135135
~/.m2/repository

.github/workflows/repeat-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
persist-credentials: false
104104
ref: ${{ needs.prepare.outputs.ref }}
105105
- name: Cache for maven dependencies
106-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
106+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
107107
with:
108108
path: |
109109
~/.m2/repository

0 commit comments

Comments
 (0)