1
0

Bump actions/setup-java from 2 to 3

This commit is contained in:
Gary Gregory
2022-04-15 07:03:22 -04:00
parent 8b06bb079f
commit e511c56844
2 changed files with 2 additions and 2 deletions

View File

@@ -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@v2 uses: actions/setup-java@v3
with: with:
distribution: 'temurin' distribution: 'temurin'
java-version: ${{ matrix.java }} java-version: ${{ matrix.java }}

View File

@@ -65,7 +65,7 @@ The <action> type attribute can be add,update,fix,remove.
Bump actions/checkout from 2.3.1 to 3, #24, #63, #75. Bump actions/checkout from 2.3.1 to 3, #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 v1.4.0 to v2, #21. Bump actions/setup-java from 1.4.0 to 3, #21.
</action> </action>
<action dev="ggregory" type="update" due-to="xiaozhiliaoo"> <action dev="ggregory" type="update" due-to="xiaozhiliaoo">
Add more entries to .gitignore file #25. Add more entries to .gitignore file #25.