You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/04/17 19:51:03 UTC

[myfaces-tobago] branch master updated: build(deps): bump actions/setup-java from v1 to v2 (#710)

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

bommel pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new c8646da  build(deps): bump actions/setup-java from v1 to v2 (#710)
c8646da is described below

commit c8646daa763f4ad945b020d6d5327bf39d40402d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sat Apr 17 21:50:58 2021 +0200

    build(deps): bump actions/setup-java from v1 to v2 (#710)
    
    * build(deps): 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] <su...@github.com>
    
    * build(deps): bump actions/setup-java from v1 to v2
    
    syntax has changed
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Bernd Bohmann <bo...@apache.org>
---
 .github/workflows/tobago-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/tobago-ci.yml b/.github/workflows/tobago-ci.yml
index 7d041ea..14bc20b 100644
--- a/.github/workflows/tobago-ci.yml
+++ b/.github/workflows/tobago-ci.yml
@@ -35,9 +35,10 @@ jobs:
       with:
         persist-credentials: false
     - name: Set up JDK 1.8
-      uses: actions/setup-java@v1
+      uses: actions/setup-java@v2
       with:
-        java-version: 1.8
+        distribution: 'zulu'
+        java-version: '8'
     - name: Cache Maven packages
       uses: actions/cache@v2.1.5
       with: