Skip to content

Commit fdf3a92

Browse files
committed
Bump actions/cache from 3.0.5 to 3.0.6
1 parent 236ddd0 commit fdf3a92

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- uses: actions/checkout@v3
33-
- uses: actions/cache@v3.0.5
33+
- uses: actions/cache@v3.0.6
3434
with:
3535
path: ~/.m2/repository
3636
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.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.5
35+
- uses: actions/cache@v3.0.6
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.5 #97.
43+
Bump actions/cache from 2.1.7 to 3.0.6 #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)