Bump actions/cache from 3.0.6 to 3.0.7
This commit is contained in:
parent
2af77aaa6b
commit
032e0eade0
|
@ -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') }}
|
||||
|
|
|
@ -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') }}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue