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


The following commit(s) were added to refs/heads/master by this push:
     new d2171ae  Bump actions/setup-java from v1.4.0 to v1.4.1 (#125)
d2171ae is described below

commit d2171aec40bebd6c7bdb47223cf340237bfd25be
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 21 10:08:07 2020 -0400

    Bump actions/setup-java from v1.4.0 to v1.4.1 (#125)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
v1.4.0 to v1.4.1.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/v1.4.0...3019d15cad3f7d2657e77aa6efe0571b3a89d0b4)
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .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 f638c2d..affbcc1 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -40,7 +40,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v1.4.0
+      uses: actions/setup-java@v1.4.1
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven

Reply via email to