Skip to content

Commit b14c05d

Browse files
authored
Merge pull request #3066 from mybatis/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents f07f887 + 2401759 commit b14c05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Print JDK Version
2525
run: java -version
2626
- name: Cache local Maven m2
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
with:
2929
path: ~/.m2
3030
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)