You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/08/22 17:30:36 UTC

[maven-help-plugin] 01/01: Bump actions/setup-java from 1 to 2.2.0

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch dependabot/github_actions/actions/setup-java-2.2.0
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit 158b03fd6e4567bdc22ac4685bcb0408bf7a4a1a
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 9 15:07:31 2021 +0000

    Bump actions/setup-java from 1 to 2.2.0
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 1 to 2.2.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v1...v2.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 .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 9691fcb..957ec77 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -43,9 +43,10 @@ jobs:
                 ${{ runner.os }}-maven-
 
       - name: Set up JDK
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v2.2.0
         with:
           java-version: ${{ matrix.java }}
+          distribution: 'temurin'
 
       - name: Build with Maven
         run: mvn verify -e -B -V -P run-its