Skip to content

Commit 72e3fbe

Browse files
author
Gary Gregory
committed
Bump actions/cache from 3 to 3.0.2
1 parent 635a088 commit 72e3fbe

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven.yml

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

4242
steps:
4343
- uses: actions/checkout@v3
44-
- uses: actions/cache@v3
44+
- uses: actions/cache@v3.0.2
4545
with:
4646
path: ~/.m2/repository
4747
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,8 @@ The <action> type attribute can be add,update,fix,remove.
354354
<action dev="ggregory" type="update" due-to="Dependabot">
355355
Bump actions/checkout from 2.3.4 to 3 #286, #298, #330.
356356
</action>
357-
<action dev="kinow" type="update" due-to="Dependabot">
358-
Bump actions/cache from 2.1.6 to 3 #307, #337.
357+
<action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
358+
Bump actions/cache from 2.1.6 to 3.0.2 #307, #337.
359359
</action>
360360
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
361361
Bump Maven Javadoc plugin from 3.2.0 to 3.3.2.

0 commit comments

Comments
 (0)