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/07/21 14:01:19 UTC

[daffodil] branch main updated: Bump actions/setup-java from 3.4.0 to 3.4.1

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 0f34a22ef Bump actions/setup-java from 3.4.0 to 3.4.1
0f34a22ef is described below

commit 0f34a22ef38eb00db6af59a20e2ab0592f252918
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Jul 11 19:14:12 2022 +0000

    Bump actions/setup-java from 3.4.0 to 3.4.1
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3.4.0 to 3.4.1.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v3.4.0...v3.4.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 be9f71922..ec40f5186 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -108,7 +108,7 @@ jobs:
           fetch-depth: 0
 
       - name: Setup Java
-        uses: actions/setup-java@v3.4.0
+        uses: actions/setup-java@v3.4.1
         with:
           distribution: ${{ matrix.distribution }}
           java-version: ${{ matrix.java_version }}