1
0

Bump actions/cache from 2 to 2.1.5 (#50)

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 2.1.5.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2...v2.1.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-01-04 07:47:39 -05:00
committed by GitHub
parent 76cc6084d2
commit 88eace006a

View File

@@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/cache@v2
- uses: actions/cache@v2.1.5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}