Skip to content

Commit e5683ee

Browse files
author
Gary Gregory
committed
Bump actions/cache from 3.0.7 to 3.0.8
1 parent a86bd6c commit e5683ee

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.7
33+
- uses: actions/cache@v3.0.8
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
@@ -44,7 +44,7 @@ jobs:
4444

4545
steps:
4646
- uses: actions/checkout@v3
47-
- uses: actions/cache@v3.0.7
47+
- uses: actions/cache@v3.0.8
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
@@ -438,7 +438,7 @@ The <action> type attribute can be add,update,fix,remove.
438438
</action>
439439
<!-- UPDATE -->
440440
<action dev="kinow" type="update" due-to="Dependabot, Gary Gregory">
441-
Bump actions/cache from 2.1.6 to 3.0.7 #307, #337.
441+
Bump actions/cache from 2.1.6 to 3.0.8 #307, #337.
442442
</action>
443443
<action dev="ggregory" type="update" due-to="Dependabot">
444444
Bump actions/checkout from 2.3.4 to 3 #286, #298, #330.

0 commit comments

Comments
 (0)