You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2021/09/30 06:38:20 UTC

[maven-script-interpreter] branch master updated: Bump actions/setup-java from 2.2.0 to 2.3.1

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git


The following commit(s) were added to refs/heads/master by this push:
     new a56c150  Bump actions/setup-java from 2.2.0 to 2.3.1
a56c150 is described below

commit a56c150dad864c7844ec8d7e310083ba97b9c6d0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 30 04:02:53 2021 +0000

    Bump actions/setup-java from 2.2.0 to 2.3.1
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.2.0 to 2.3.1.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v2.2.0...v2.3.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 7c15df5..3cbc866 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
             maven-${{ matrix.os }}-
 
       - name: Set up JDK
-        uses: actions/setup-java@v2.2.0
+        uses: actions/setup-java@v2.3.1
         with:
           java-version: ${{ matrix.java }}
           distribution: 'temurin'