You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ji...@apache.org on 2021/08/24 12:15:51 UTC

[daffodil] branch master updated: Bump actions/setup-java from 2.2.0 to 2.3.0

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

jinterrante pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/daffodil.git


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

commit 0354e5e3203b24ed4e55f82f27d4f08c8f7ed12b
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 23 19:12:36 2021 +0000

    Bump actions/setup-java from 2.2.0 to 2.3.0
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.2.0 to 2.3.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v2.2.0...v2.3.0)
    
    ---
    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/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index f4f9dae..670713b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -102,7 +102,7 @@ jobs:
           echo "COURSIER_CONFIG_DIR=$temp" >> $GITHUB_ENV
 
       - name: Setup Java
-        uses: actions/setup-java@v2.2.0
+        uses: actions/setup-java@v2.3.0
         with:
           distribution: ${{ matrix.distribution }}
           java-version: ${{ matrix.java_version }}