Skip to content

Commit 348f706

Browse files
authored
Merge pull request #1990 from finos/renovate/actions-cache-5.x
chore(deps): update actions/cache action to v5
2 parents 063db65 + a61bc9f commit 348f706

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-calm-hub-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Step 3: Cache Maven Dependencies
3434
- name: Cache Maven Dependencies
35-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
35+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
3636
with:
3737
path: ~/.m2
3838
key: ${{ runner.os }}-m2-${{ hashFiles('calm-hub/pom.xml') }}

.github/workflows/build-calm-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Step 3: Cache Maven Dependencies
3434
- name: Cache Maven Dependencies
35-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
35+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
3636
with:
3737
path: ~/.m2
3838
key: ${{ runner.os }}-m2-${{ hashFiles('calm-hub/pom.xml') }}

.github/workflows/docker-publish-calm-hub.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
# Step 3: Cache Maven Dependencies
3333
- name: Cache Maven Dependencies
34-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
34+
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5
3535
with:
3636
path: ~/.m2
3737
key: ${{ runner.os }}-m2-${{ hashFiles('calm-hub/pom.xml') }}

0 commit comments

Comments
 (0)