Skip to content

Commit 7e6ee69

Browse files
committed
Bump actions/cache 3.0.4 to 3.0.5
1 parent 2fa3abd commit 7e6ee69

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
@@ -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
@@ -40,7 +40,7 @@
4040
</action>
4141
<!-- UPDATES -->
4242
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
43-
Bump actions/cache from 2.1.7 to 3.0.4 #97.
43+
Bump actions/cache from 2.1.7 to 3.0.5 #97.
4444
</action>
4545
<action type="update" dev="ggregory" due-to="Gary Gregory">
4646
Bump actions/setup-java from 2 to 3.

0 commit comments

Comments
 (0)