You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/08/28 21:49:36 UTC

[commons-io] branch master updated: Bump actions/setup-java from v1.4.1 to v1.4.2 (#148)

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


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

commit c6967e7659ee1937477060539893f963a6deb73e
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Aug 28 17:49:29 2020 -0400

    Bump actions/setup-java from v1.4.1 to v1.4.2 (#148)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.1 to v1.4.2.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v1.4.1...8bb50d97d6b4d316daf284fdf8eafbfc988421fc)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@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 b636bc8..9cb2845 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,7 +45,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v1.4.1
+      uses: actions/setup-java@v1.4.2
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven