Skip to content

Commit 3450f8e

Browse files
committed
Bump actions/cache from 3 to 3.0.2
1 parent 2b09bdc commit 3450f8e

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
35+
- uses: actions/cache@v3.0.2
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
@@ -52,7 +52,7 @@
5252
<action issue="CSV-295" type="add" dev="ggregory" due-to="Gary Gregory">Support for parallelism in CSVPrinter.</action>
5353
<!-- UPDATE -->
5454
<action type="update" dev="ggregory" due-to="Dependabot">Bump actions/checkout from 2.3.4 to 3 #188, #195, #220.</action>
55-
<action type="update" dev="kinow" due-to="Dependabot">Bump actions/cache from 2.1.6 to 3 #196, #233.</action>
55+
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">Bump actions/cache from 2.1.6 to 3.0.2 #196, #233.</action>
5656
<action type="update" dev="ggregory" due-to="Dependabot">Bump checkstyle from 8.44 to 9.2.1 #180, #190, #194, #202, #207.</action>
5757
<action type="update" dev="ggregory" due-to="Dependabot">Bump junit-jupiter from 5.8.0-M1 to 5.8.2 #179, #186, #201.</action>
5858
<action type="update" dev="ggregory" due-to="Dependabot">Bump jmh-core from 1.32 to 1.34 #176, #208.</action>

0 commit comments

Comments
 (0)