Bump actions/cache from 3.0.5 to 3.0.6

This commit is contained in:
Gary Gregory 2022-08-05 08:31:06 -04:00
parent b12db43052
commit 5b970c8c45
1 changed files with 1 additions and 1 deletions

View File

@ -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') }}