Skip to content

Commit

Permalink
Bump actions/cache from v2.1.2 to v2.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.2 to v2.1.3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](actions/cache@v2.1.2...0781355)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 9, 2020
1 parent 84c7690 commit 85b51cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
java-version: 1.8
- name: Cache the Maven packages to speed up build
uses: actions/cache@v2.1.2
uses: actions/cache@v2.1.3
with:
path: ~/.m2
key: m2-${{ hashFiles('**/pom.xml') }}
Expand Down

0 comments on commit 85b51cd

Please sign in to comment.