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

alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 91f441c5d Bump actions/setup-java from 2 to 4
91f441c5d is described below

commit 91f441c5de093b1e70b4d73e429f3e3c1dfc7088
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 29 17:18:53 2023 +0000

    Bump actions/setup-java from 2 to 4
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 
4.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](https://github.com/actions/setup-java/compare/v2...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 .github/workflows/spi-fly.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/spi-fly.yml b/.github/workflows/spi-fly.yml
index 39368d3a5..b5f494f44 100644
--- a/.github/workflows/spi-fly.yml
+++ b/.github/workflows/spi-fly.yml
@@ -43,7 +43,7 @@ jobs:
     - name: Git Checkout
       uses: actions/checkout@v4
     - name: Set up Java
-      uses: actions/setup-java@v2
+      uses: actions/setup-java@v4
       with:
         distribution: 'zulu'
         check-latest: ${{ endsWith(matrix.java, '-ea') }}

Reply via email to