Skip to content

Commit a2e11ef

Browse files
committed
Bump actions/cache from 3 to 3.0.2
1 parent 0d06c4b commit a2e11ef

2 files changed

Lines changed: 4 additions & 4 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<body>
2323
<release version="1.6" date="tbd" description="New features and bug fixes">
2424
<!-- UPDATES -->
25+
<action type="fix" dev="ggregory" due-to="Dependabot, Gary Gregory">
26+
Bump actions/cache from 2.1.7 to 3.0.2 #97.
27+
</action>
2528
<action type="fix" dev="ggregory" due-to="Gary Gregory">
2629
Bump spotbugs from 4.5.3 to 4.6.0 #96
2730
</action>
28-
<action type="fix" dev="ggregory" due-to="Dependabot">
29-
Bump actions/cache from 2.1.7 to 3 #97.
30-
</action>
3131
<action type="fix" dev="ggregory" due-to="Dependabot">
3232
Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0 #98.
3333
</action>

0 commit comments

Comments
 (0)