Skip to content

Commit a327a52

Browse files
authored
Merge pull request #824 from quarkiverse/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 2fbc537 + 77570f2 commit a327a52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
shell: bash
5454
- name: Cache Maven Repository
5555
id: cache-maven
56-
uses: actions/cache@v4
56+
uses: actions/cache@v5
5757
with:
5858
path: ~/.m2/repository
5959
# refresh cache every month to avoid unlimited growth

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
shell: bash
6161
- name: Cache Maven Repository
6262
id: cache-maven
63-
uses: actions/cache@v4
63+
uses: actions/cache@v5
6464
with:
6565
path: ~/.m2/repository
6666
# refresh cache every month to avoid unlimited growth

0 commit comments

Comments
 (0)