Skip to content

Commit 11f9498

Browse files
committed
Bump actions/cache 3.0.4 to 3.0.5
1 parent 8871e9c commit 11f9498

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
@@ -35,7 +35,7 @@ jobs:
3535

3636
steps:
3737
- uses: actions/checkout@v3
38-
- uses: actions/cache@v3.0.4
38+
- uses: actions/cache@v3.0.5
3939
with:
4040
path: ~/.m2/repository
4141
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
@@ -56,7 +56,7 @@ The <action> type attribute can be add,update,fix,remove.
5656
<action issue="CODEC-296" dev="mattsicker" type="add" due-to="Matt Sicker">Add support for Blake3 family of hashes.</action>
5757
<action dev="ggregory" type="add">Add github/codeql-action.</action>
5858
<!-- UPDATE -->
59-
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/cache from v2 to v3.0.4 #75, #99, #119.</action>
59+
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/cache from v2 to v3.0.5 #75, #99, #119.</action>
6060
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/setup-java from v1.4.1 to 3 #60, #62, #121.</action>
6161
<action dev="ggregory" type="update" due-to="Dependabot">Bump actions/checkout from 2.3.2 to 3 #65, #98, #114.</action>
6262
<action dev="ggregory" type="update" due-to="Dependabot">Bump commons-parent from 52 to 53.</action>

0 commit comments

Comments
 (0)