Skip to content

Commit 7830e6e

Browse files
Bump actions/cache from v2.1.0 to v2.1.5 (#5)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.0 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.0...1a9e213) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 95c7d90 commit 7830e6e

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
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v2
3737

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

0 commit comments

Comments
 (0)