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:46:51 UTC

[myfaces-tobago] branch tobago-4.x updated: build(deps): bump actions/setup-java from v1 to v2 (#711)

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new 7979c9d  build(deps): bump actions/setup-java from v1 to v2 (#711)
7979c9d is described below

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

    build(deps): bump actions/setup-java from v1 to v2 (#711)
    
    * 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 563604c..7832008 100644
--- a/.github/workflows/tobago-ci.yml
+++ b/.github/workflows/tobago-ci.yml
@@ -45,9 +45,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: