Bump actions/setup-java from 3 to 3.5.1
This commit is contained in:
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-maven-
|
${{ runner.os }}-maven-
|
||||||
- name: Set up JDK ${{ matrix.java }}
|
- name: Set up JDK ${{ matrix.java }}
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3.5.1
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
|
|||||||
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
restore-keys: |
|
restore-keys: |
|
||||||
${{ runner.os }}-maven-
|
${{ runner.os }}-maven-
|
||||||
- name: Set up JDK ${{ matrix.java }}
|
- name: Set up JDK ${{ matrix.java }}
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3.5.1
|
||||||
with:
|
with:
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
java-version: ${{ matrix.java }}
|
java-version: ${{ matrix.java }}
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ The <action> type attribute can be add,update,fix,remove.
|
|||||||
Bump actions/checkout from 2.3.1 to 3.0.2, #24, #63, #75.
|
Bump actions/checkout from 2.3.1 to 3.0.2, #24, #63, #75.
|
||||||
</action>
|
</action>
|
||||||
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
|
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
|
||||||
Bump actions/setup-java from 1.4.0 to 3, #21.
|
Bump actions/setup-java from 1.4.0 to 3.5.1 #21.
|
||||||
</action>
|
</action>
|
||||||
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
|
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
|
||||||
Bump junit from 3.8.1 to 5.9.1 Vintage #23, #38.
|
Bump junit from 3.8.1 to 5.9.1 Vintage #23, #38.
|
||||||
|
|||||||
Reference in New Issue
Block a user