Skip to content

Commit 58e5f69

Browse files
Bump actions/cache from v2.1.0 to v2.1.2 (#41)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.0 to v2.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.0...d1255ad) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1a874a commit 58e5f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: actions/checkout@v2
3636

3737
- name: Set up cache for ~./m2/repository
38-
uses: actions/[email protected].0
38+
uses: actions/[email protected].2
3939
with:
4040
path: ~/.m2/repository
4141
key: maven-${{ matrix.os }}-java${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)