Bump actions/cache 3.0.4 to 3.0.5

This commit is contained in:
Gary Gregory 2022-07-15 08:32:27 -04:00
parent 29d79003ea
commit ef728ec96b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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