Skip to content

Commit

Permalink
Update actions/setup-java to v2.
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Apr 19, 2021
1 parent 424cfa2 commit c3db1e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -V --file pom.xml --no-transfer-progress
4 changes: 2 additions & 2 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ The <action> type attribute can be add,update,fix,remove.
<action dev="ggregory" type="update" due-to="Gary Gregory, Dependabot">
Update checkstyle from 8.28 to 8.35, #20.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump actions/setup-java from v1.4.0 to v1.4.3 #40.
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
Bump actions/setup-java from v1.4.0 to v2 #40.
</action>
<action dev="ggregory" type="update" due-to="Dependabot">
Bump checkstyle from 8.35 to 8.37 #47.
Expand Down

0 comments on commit c3db1e6

Please sign in to comment.