Skip to content

Commit b643a6b

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] <[email protected]>
1 parent 2b062eb commit b643a6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
distribution: 'adopt'
3838
java-version: ${{ matrix.java }}
3939
- name: Cache local Maven repository
40-
uses: actions/[email protected].5
40+
uses: actions/[email protected].6
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
@@ -83,7 +83,7 @@ jobs:
8383
distribution: 'adopt'
8484
java-version: 11.0.x
8585
- name: Cache local Maven repository
86-
uses: actions/[email protected].5
86+
uses: actions/[email protected].6
8787
with:
8888
path: ~/.m2/repository
8989
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)