Skip to content

Commit 15c2969

Browse files
build(deps): bump actions/cache from v2.1.1 to v2.1.2 (#180)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.1 to v2.1.2. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.1...d1255ad) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cfb83e1 commit 15c2969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: joschi/setup-jdk@v2.3.0
2222
with:
2323
java-version: ${{ matrix.java_version }}
24-
- uses: actions/cache@v2.1.1
24+
- uses: actions/cache@v2.1.2
2525
with:
2626
path: ~/.m2/repository
2727
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)