Skip to content

Commit 55e4f0a

Browse files
authored
Merge pull request #123 from ContainerSolutions/dependabot/github_actions/actions/cache-v2
Bump actions/cache from v1 to v2
2 parents fc685fb + e9b94ed commit 55e4f0a

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
@@ -13,7 +13,7 @@ jobs:
1313
java: [8, 11]
1414
steps:
1515
- uses: actions/checkout@v2
16-
- uses: actions/cache@v1
16+
- uses: actions/cache@v2
1717
with:
1818
path: ~/.m2/repository
1919
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)