Skip to content

Commit 9327a98

Browse files
committed
Bump actions/cache 3.0.4 to 3.0.5
1 parent 1cf44ed commit 9327a98

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
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v3
47-
- uses: actions/cache@v3.0.4
47+
- uses: actions/cache@v3.0.5
4848
with:
4949
path: ~/.m2/repository
5050
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
@@ -402,7 +402,7 @@ The <action> type attribute can be add,update,fix,remove.
402402
</action>
403403
<!-- UPDATE -->
404404
<action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
405-
Bump actions/cache from 2.1.6 to 3.0.4 #307, #337.
405+
Bump actions/cache from 2.1.6 to 3.0.5 #307, #337.
406406
</action>
407407
<action dev="ggregory" type="update" due-to="Dependabot">
408408
Bump actions/checkout from 2.3.4 to 3 #286, #298, #330.

0 commit comments

Comments
 (0)