Skip to content

Commit 9911ebc

Browse files
Bump actions/cache from 2.1.6 to 2.1.7
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02654b5 commit 9911ebc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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].6
40+
uses: actions/[email protected].7
4141
with:
4242
path: ~/.m2/repository
4343
key: ${{ runner.os }}-maven-${{ matrix.java }}-${{ hashFiles('pom.xml', '**/pom.xml') }}
@@ -84,7 +84,7 @@ jobs:
8484
distribution: 'adopt'
8585
java-version: 11.0.x
8686
- name: Cache local Maven repository
87-
uses: actions/[email protected].6
87+
uses: actions/[email protected].7
8888
with:
8989
path: ~/.m2/repository
9090
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)