This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 255727b actions/setup-java@v1.4.3 -> v2. 255727b is described below commit 255727bbd08c3d52184717b59dcd6577a9927e1f Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu May 27 10:41:55 2021 -0400 actions/setup-java@v1.4.3 -> v2. --- .github/workflows/maven.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 921bc65..0d8e294 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -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