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-pool.git


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

commit 2be7fbbe7e43b3fc986b9a9a6ba0e8da0b3fe018
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Mon Jul 27 07:56:12 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 7a80784..ad19aac 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