You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/04/09 03:47:18 UTC

[commons-text] 01/02: Bump actions/setup-java from v1.4.2 to v1.4.3

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

kinow pushed a commit to branch dependabot/github_actions/actions/setup-java-v1.4.3
in repository https://gitbox.apache.org/repos/asf/commons-text.git

commit bd815441c9d73fa87e4f24b2772b0842d7bc0d27
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Oct 1 06:36:58 2020 +0000

    Bump actions/setup-java from v1.4.2 to v1.4.3
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from v1.4.2 to v1.4.3.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v1.4.2...d202f5dbf7256730fb690ec59f6381650114feb2)
    
    Signed-off-by: dependabot[bot] <su...@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 4cd14b3..30fc71c 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -39,7 +39,7 @@ jobs:
         restore-keys: |
           ${{ runner.os }}-maven-
     - name: Set up JDK ${{ matrix.java }}
-      uses: actions/setup-java@v1.4.2
+      uses: actions/setup-java@v1.4.3
       with:
         java-version: ${{ matrix.java }}
     - name: Build with Maven