Bump actions/cache from 3.0.5 to 3.0.6
This commit is contained in:
parent
b12db43052
commit
5b970c8c45
|
@ -30,7 +30,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/cache@v3
|
||||
- uses: actions/cache@v3.0.6
|
||||
with:
|
||||
path: ~/.m2/repository
|
||||
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
|
||||
|
|
Loading…
Reference in New Issue