Skip to content

Commit d64291a

Browse files
Bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <support@github.com>
1 parent dad2474 commit d64291a

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)