Bump actions/cache from 3.0.6 to 3.0.7

This commit is contained in:
Gary Gregory 2022-08-12 07:12:03 -04:00
parent 2af77aaa6b
commit 032e0eade0
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.6
- uses: actions/cache@v3.0.7
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.6
- uses: actions/cache@v3.0.7
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

View File

@ -148,7 +148,7 @@
</action>
<!-- UPDATE -->
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
Bump actions/cache from 2 to 3.0.6 #214 #225 #239 #266 #294.
Bump actions/cache from 2 to 3.0.7 #214 #225 #239 #266 #294.
</action>
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
Bump actions/setup-java from 1.4.0 to 3 #174 #177 #186 #224 #298.