Skip to content

Commit e9deae1

Browse files
authored
Merge pull request #22 from git-commit-id/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2 parents 0c69176 + 430c5b9 commit e9deae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
java-version: 11
6969
java-package: jdk
7070
- name: Cache local Maven repository
71-
uses: actions/cache@v2
71+
uses: actions/cache@v3
7272
with:
7373
path: ~/.m2
7474
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)