Skip to content

Commit f36e0f5

Browse files
committed
Bump actions/setup-java from 3 to 3.5.1
1 parent 6e55173 commit f36e0f5

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
@@ -37,7 +37,7 @@ jobs:
3737
restore-keys: |
3838
${{ runner.os }}-maven-
3939
- name: Set up JDK ${{ matrix.java }}
40-
uses: actions/setup-java@v3
40+
uses: actions/setup-java@v3.5.1
4141
with:
4242
distribution: 'temurin'
4343
java-version: ${{ matrix.java }}

.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@v3
42+
uses: actions/setup-java@v3.5.1
4343
with:
4444
distribution: 'temurin'
4545
java-version: ${{ matrix.java }}

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<!-- UPDATE -->
5858
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">Bump actions/cache from 2.1.6 to 3.0.9 #196, #233, #243, #267.</action>
5959
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump actions/checkout from 2.3.4 to 3.0.2 #188, #195, #220.</action>
60-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from 2 to 3.</action>
60+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/setup-java from 2 to 3.5.1.</action>
6161
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-parent from 52 to 54 #264.</action>
6262
<action type="update" dev="ggregory" due-to="Dependabot">Bump checkstyle from 8.44 to 9.2.1 #180, #190, #194, #202, #207.</action>
6363
<action type="update" dev="ggregory" due-to="Dependabot">Bump junit-jupiter from 5.8.0-M1 to 5.9.1 #179, #186, #201, #244, #263.</action>

0 commit comments

Comments
 (0)