Skip to content

Commit

Permalink
build(deps): bump actions/cache from v2.1.1 to v2.1.2 (#180)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Oct 12, 2020
1 parent cfb83e1 commit 15c2969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: joschi/setup-jdk@v2.3.0
with:
java-version: ${{ matrix.java_version }}
- uses: actions/cache@v2.1.1
- uses: actions/cache@v2.1.2
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 15c2969

Please sign in to comment.