1
0

Bump actions/cache from 3.0.5 to 3.0.6

Bumps [actions/cache](https://github.com/actions/cache) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.5...v3.0.6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-05 10:02:56 +00:00
committed by Bruno P. Kinoshita
parent 6b4b649f8d
commit 5f044992c5
3 changed files with 3 additions and 3 deletions

View File

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

View File

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