Skip to content

Commit 07aa8aa

Browse files
committed
Bump actions/setup-java from 3.13.0 to 4.0.0
1 parent cd4b296 commit 07aa8aa

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/workflows/coverage.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@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
42+
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
4343
with:
4444
distribution: 'temurin'
4545
java-version: ${{ matrix.java }}

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
restore-keys: |
5454
${{ runner.os }}-maven-
5555
- name: Set up JDK ${{ matrix.java }}
56-
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
56+
uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0
5757
with:
5858
distribution: 'temurin'
5959
java-version: ${{ matrix.java }}

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,9 @@ The <action> type attribute can be add,update,fix,remove.
330330
<action type="update" dev="ggregory" due-to="Dependabot">
331331
Bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 #445.
332332
</action>
333+
<action dev="ggregory" type="update" due-to="Gary Gregory">
334+
Bump commons-logging:commons-logging from 1.2 to 1.3.0.
335+
</action>
333336
</release>
334337
<release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8 or above.">
335338
<!-- ADDS -->

0 commit comments

Comments
 (0)