You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2022/02/25 12:49:14 UTC

[daffodil] branch main updated: Bump actions/setup-java from 2.5.0 to 3.0.0

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7c2b07d  Bump actions/setup-java from 2.5.0 to 3.0.0
7c2b07d is described below

commit 7c2b07d76132857e0bf87ff3e2c0199f502fea78
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 24 19:16:58 2022 +0000

    Bump actions/setup-java from 2.5.0 to 3.0.0
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2.5.0 to 3.0.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v2.5.0...v3.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 95fa7d9..e089952 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.5.0
+        uses: actions/setup-java@v3.0.0
         with:
           distribution: ${{ matrix.distribution }}
           java-version: ${{ matrix.java_version }}