Skip to content

Commit 7ccf15c

Browse files
committed
Bump actions/setup-java from 2 to 3
1 parent a2e11ef commit 7ccf15c

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
restore-keys: |
4040
${{ runner.os }}-maven-
4141
- name: Set up JDK ${{ matrix.java }}
42-
uses: actions/setup-java@v2
42+
uses: actions/setup-java@v3
4343
with:
4444
distribution: 'temurin'
4545
java-version: ${{ matrix.java }}

src/changes/changes.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,19 @@
2222
<body>
2323
<release version="1.6" date="tbd" description="New features and bug fixes">
2424
<!-- UPDATES -->
25-
<action type="fix" dev="ggregory" due-to="Dependabot, Gary Gregory">
25+
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
2626
Bump actions/cache from 2.1.7 to 3.0.2 #97.
2727
</action>
28-
<action type="fix" dev="ggregory" due-to="Gary Gregory">
28+
<action type="update" dev="ggregory" due-to="Gary Gregory">
29+
Bump actions/setup-java from 2 to 3.
30+
</action>
31+
<action type="update" dev="ggregory" due-to="Gary Gregory">
2932
Bump spotbugs from 4.5.3 to 4.6.0 #96
3033
</action>
31-
<action type="fix" dev="ggregory" due-to="Dependabot">
34+
<action type="update" dev="ggregory" due-to="Dependabot">
3235
Bump spotbugs-maven-plugin from 4.5.3.0 to 4.6.0.0 #98.
3336
</action>
34-
<action type="fix" dev="ggregory" due-to="Dependabot">
37+
<action type="update" dev="ggregory" due-to="Dependabot">
3538
Bump commons-parent from 52 to 53 #100.
3639
</action>
3740
</release>

0 commit comments

Comments
 (0)