Skip to content

Commit ddfec9b

Browse files
authored
Merge pull request #8 from uhafner/dependabot/github_actions/actions/cache-v2.1.5
Bump actions/cache from v2.1.4 to v2.1.5
2 parents 5c01883 + 0125d46 commit ddfec9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: '11'
2626
check-latest: true
2727
- name: Cache local Maven repository
28-
uses: actions/[email protected].4
28+
uses: actions/[email protected].5
2929
with:
3030
path: ~/.m2/repository
3131
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)