Skip to content

Commit b541524

Browse files
committed
Bump actions/cache 3.0.4 to 3.0.5
1 parent 40fa3aa commit b541524

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.0.4
35+
- uses: actions/cache@v3.0.5
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
@@ -113,7 +113,7 @@
113113
</action>
114114
<!-- UPDATES -->
115115
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
116-
Bump actions/cache from 2 to 3.0.4 #77, #89, #103, #111.
116+
Bump actions/cache from 2 to 3.0.5 #77, #89, #103, #111.
117117
</action>
118118
<action dev="ggregory" type="update" due-to="Dependabot">
119119
Update actions/checkout from 2.3.1 to 3 #33, #108.

0 commit comments

Comments
 (0)