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 2023/02/07 22:24:38 UTC

[daffodil] branch main updated: Bump actions/setup-java from 3.9.0 to 3.10.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 c902ea723 Bump actions/setup-java from 3.9.0 to 3.10.0
c902ea723 is described below

commit c902ea723d16bc12bd94071fdc77d5f61ded3cbe
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 7 19:02:21 2023 +0000

    Bump actions/setup-java from 3.9.0 to 3.10.0
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.9.0 to 3.10.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v3.9.0...v3.10.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 a33a54b46..117173d21 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -125,7 +125,7 @@ jobs:
           fetch-depth: 0
 
       - name: Setup Java
-        uses: actions/setup-java@v3.9.0
+        uses: actions/setup-java@v3.10.0
         with:
           distribution: ${{ matrix.distribution }}
           java-version: ${{ matrix.java_version }}