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 9cb693f commit 8602ac2
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 -Ddoclint=all --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 @@ -53,8 +53,8 @@
<action type="update" due-to="Dependabot, Gary Gregory" dev="ggregory">
Bump junit from 4.13 to 4.13.2 #32.
</action>
<action type="update" due-to="Dependabot" dev="ggregory">
Bump actions/setup-java from v1.4.0 to v1.4.3 #30
<action type="update" due-to="Dependabot" dev="ggregory, Gary Gregory">
Bump actions/setup-java from v1.4.0 to v2 #30.
</action>
<action type="update" due-to="Dependabot" dev="ggregory">
Bump commons-release-plugin from 1.0 to 1.7 #23
Expand Down

0 comments on commit 8602ac2

Please sign in to comment.