Skip to content

Commit 98e29b7

Browse files
authored
Merge pull request #1085 from apache/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 8204d33 + df801cd commit 98e29b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout
3737
uses: actions/checkout@v6
3838
- name: Cache Maven Repository
39-
uses: actions/cache@v4
39+
uses: actions/cache@v5
4040
with:
4141
path: ~/.m2/repository
4242
key: maven-java-${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
@@ -59,7 +59,7 @@ jobs:
5959
- name: Checkout
6060
uses: actions/checkout@v6
6161
- name: Cache Maven Repository
62-
uses: actions/cache@v4
62+
uses: actions/cache@v5
6363
with:
6464
path: ~/.m2/repository
6565
key: maven-site-${{ hashFiles('**/pom.xml') }}
@@ -86,7 +86,7 @@ jobs:
8686
- name: Checkout
8787
uses: actions/checkout@v6
8888
- name: Cache Maven Repository
89-
uses: actions/cache@v4
89+
uses: actions/cache@v5
9090
with:
9191
path: ~/.m2/repository
9292
key: maven-deploy-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)