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

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/main by this push:
     new f3b6c0a  NO-JIRA Bump actions/setup-java from v1 to v2 in GitHub 
Actions (#1106)
f3b6c0a is described below

commit f3b6c0aaf09c5fdc4d9edc53a749166a03e9269e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Apr 6 13:01:12 2021 +0200

    NO-JIRA Bump actions/setup-java from v1 to v2 in GitHub Actions (#1106)
    
    * Bump actions/setup-java from v1 to v2
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1 
to v2.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/v1...8764a52df183aa0ccea74521dfd9d506ffc7a19a)
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    
    * Add mandatory parameter to java action
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Jiri Daněk <jda...@redhat.com>
---
 .github/workflows/build.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 35c9e2a..4312e93 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -340,8 +340,9 @@ jobs:
             ${{ runner.os }}-maven-
 
       - name: Install JDK ${{ matrix.java }}
-        uses: actions/setup-java@v1
+        uses: actions/setup-java@v2
         with:
+          distribution: 'adopt'
           java-version: 11
 
       - name: RAT Check

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to