Skip to content

Commit 756f0d3

Browse files
committed
Bump actions/setup-java from 3 to 3.5.1
1 parent 0af51c9 commit 756f0d3

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
@@ -42,7 +42,7 @@ jobs:
4242
restore-keys: |
4343
${{ runner.os }}-maven-
4444
- name: Set up JDK ${{ matrix.java }}
45-
uses: actions/setup-java@v3
45+
uses: actions/setup-java@v3.5.1
4646
with:
4747
distribution: 'temurin'
4848
java-version: ${{ matrix.java }}

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The <action> type attribute can be add,update,fix,remove.
5858
<action dev="ggregory" type="add">Add github/codeql-action.</action>
5959
<!-- UPDATE -->
6060
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/cache from v2 to v3.0.9 #75, #99, #119, #138, #149.</action>
61-
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/setup-java from v1.4.1 to 3 #60, #62, #121.</action>
61+
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/setup-java from v1.4.1 to 3.5.1 #60, #62, #121.</action>
6262
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/checkout from 2.3.2 to 3.0.2 #65, #98, #114.</action>
6363
<action dev="ggregory" type="update" due-to="Dependabot">Bump commons-parent from 52 to 54, #147.</action>
6464
<action issue="CODEC-285" dev="ggregory" type="update" due-to="Dependabot, John Patrick">Bump junit from 4.13.1 to 5.9.1 #76, #39, #140, #148.</action>

0 commit comments

Comments
 (0)