Skip to content

Commit 6405687

Browse files
committed
Bump actions/setup-java from 3 to 3.5.1
1 parent ae7ad41 commit 6405687

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
@@ -46,7 +46,7 @@
4646
Bump actions/checkout from 3 to 3.0.2.
4747
</action>
4848
<action type="update" dev="ggregory" due-to="Gary Gregory">
49-
Bump actions/setup-java from 2 to 3.
49+
Bump actions/setup-java from 2 to 3.5.1.
5050
</action>
5151
<action type="update" dev="ggregory" due-to="Gary Gregory, Dependabot">
5252
Bump spotbugs from 4.5.3 to 4.7.2 #96, #107, #113, #125.

0 commit comments

Comments
 (0)