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 29c007907 Bump actions/setup-java from 3.6.0 to 3.7.0
29c007907 is described below

commit 29c007907435a29697f8775a532345c0e8db2795
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 1 19:02:39 2022 +0000

    Bump actions/setup-java from 3.6.0 to 3.7.0
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
3.6.0 to 3.7.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v3.6.0...v3.7.0)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .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 ecdf76e1f..985475d7c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -123,7 +123,7 @@ jobs:
           fetch-depth: 0
 
       - name: Setup Java
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           distribution: ${{ matrix.distribution }}
           java-version: ${{ matrix.java_version }}

Reply via email to