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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 174800d  GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0.
174800d is described below

commit 174800d748aa3badcb2ff6d7e1ec1adbf1e844c7
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Mon Jul 27 07:55:50 2020 -0400

    GitHub actions/setup-java@v1 -> actions/setup-java@v1.4.0.
---
 .github/workflows/maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 900441d..f9f7724 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -33,7 +33,7 @@ jobs:
     steps:
     - uses: actions/checkout@v2.3.1
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v1
+      uses: actions/setup-java@v1.4.0
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven

Reply via email to