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

danwatford pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 6763d38bf2 Fixed: Update version of GitHub Action setup-java 
(OFBIZ-12714) (#567)
6763d38bf2 is described below

commit 6763d38bf2ff258c8c579ef66ed69b2407fb2f17
Author: Daniel Watford <[email protected]>
AuthorDate: Mon Nov 21 17:32:37 2022 +0000

    Fixed: Update version of GitHub Action setup-java (OFBIZ-12714) (#567)
    
    Resolves deprecation warning regarding version of Node.js used by the
    action, updating to Node.js v16, and also resolves the deprecation
    warning about the set-output workflow command.
---
 .github/workflows/gradle.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/gradle.yaml b/.github/workflows/gradle.yaml
index d3ee1a5f18..61d488afb9 100644
--- a/.github/workflows/gradle.yaml
+++ b/.github/workflows/gradle.yaml
@@ -33,9 +33,10 @@ jobs:
     steps:
     - uses: actions/checkout@v3
     - name: Set up JDK 11
-      uses: actions/setup-java@v1
+      uses: actions/[email protected]
       with:
         java-version: 11
+        distribution: zulu
     - name: Grant execute permission for gradlew
       run: chmod +x gradlew
     - name: Build with Gradle

Reply via email to