Bump actions/setup-java from 3 to 3.5.1

This commit is contained in:
Gary Gregory 2022-10-01 14:32:15 -04:00
parent 88844fdbdf
commit 917cdf1bf8
3 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v3.5.1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}

View File

@ -39,7 +39,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v3.5.1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}

View File

@ -151,7 +151,7 @@
Bump actions/cache from 2 to 3.0.9 #214 #225 #239 #266 #294, #342.
</action>
<action type="update" dev="kinow" due-to="Dependabot, Gary Gregory">
Bump actions/setup-java from 1.4.0 to 3 #174 #177 #186 #224 #298.
Bump actions/setup-java from 1.4.0 to 3.5.1 #174 #177 #186 #224 #298.
</action>
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">
Bump actions/checkout from 1 to 3.0.2 #166 #173 #183 #193 #262 #264 #285.