Skip to content

Commit 9cde7dd

Browse files
authored
Merge pull request #8 from HyperaOfficial/dependabot/github_actions/actions/cache-2.1.6
Bump actions/cache from 2.1.5 to 2.1.6
2 parents dad2474 + d64291a commit 9cde7dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
distribution: 'zulu'
1414
java-version: 8
1515
- name: Cache Maven Dependencies
16-
uses: actions/cache@v2.1.5
16+
uses: actions/cache@v2.1.6
1717
with:
1818
path: ~/.m2
1919
key: ubuntu-latest-m2-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)