Skip to content

Commit b0cce23

Browse files
committed
Use update GH cache action
1 parent d0d72e3 commit b0cce23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Checkout
1010
uses: actions/checkout@v1
1111
- name: Cache local Maven repository
12-
uses: actions/cache@v2
12+
uses: actions/cache@v4
1313
with:
1414
path: ~/.m2/repository
1515
key: ${{ runner.os }}-java8-${{ hashFiles('**/pom.xml') }}
@@ -26,7 +26,7 @@ jobs:
2626
- name: Checkout
2727
uses: actions/checkout@v1
2828
- name: Cache local Maven repository
29-
uses: actions/cache@v2
29+
uses: actions/cache@v4
3030
with:
3131
path: ~/.m2/repository
3232
key: ${{ runner.os }}-java11-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)