Skip to content

Commit 13a6600

Browse files
authored
Merge pull request #2613 from mybatis/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents e38c5ae + 87abb61 commit 13a6600

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
@@ -38,7 +38,7 @@ jobs:
3838
java-version: ${{ matrix.java }}
3939
distribution: ${{ matrix.distribution }}
4040
- name: Cache local Maven m2
41-
uses: actions/cache@v2
41+
uses: actions/cache@v3
4242
with:
4343
path: ~/.m2
4444
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)