Skip to content

Commit 5f90731

Browse files
committed
Bump actions/cache from 3 to 3.0.2
1 parent 744c1c9 commit 5f90731

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- uses: actions/checkout@v3
35-
- uses: actions/cache@v3
35+
- uses: actions/cache@v3.0.2
3636
with:
3737
path: ~/.m2/repository
3838
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The <action> type attribute can be add,update,fix,remove.
5454
<!-- UPDATE -->
5555
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/setup-java from v1.4.1 to 3 #60, #62, #121.</action>
5656
<action dev="ggregory" type="update" due-to="Dependabot">Bump actions/checkout from 2.3.2 to 3 #65, #98, #114.</action>
57-
<action dev="ggregory" type="update" due-to="Dependabot">Bump actions/cache from v2 to v3 #75, #99, #119.</action>
57+
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/cache from v2 to v3.0.2 #75, #99, #119.</action>
5858
<action issue="CODEC-285" dev="ggregory" type="update" due-to="Dependabot, John Patrick">Bump junit from 4.13.1 to 5.6.0 #76, #39.</action>
5959
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 7 to 8.</action>
6060
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump japicmp-maven-plugin from 0.14.3 to 0.15.3.</action>

0 commit comments

Comments
 (0)