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

fishy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/thrift.git


The following commit(s) were added to refs/heads/master by this push:
     new 37f7fe092 Bump actions/setup-java from 5.2.0 to 6.0.0
37f7fe092 is described below

commit 37f7fe0929817fcf609d7a2633425fd3363da807
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 1 06:04:52 2026 +0000

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

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6e91ac069..94e22fed2 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -306,7 +306,7 @@ jobs:
         with:
           persist-credentials: false
 
-      - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
+      - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # 
v6.0.0
         with:
           distribution: temurin
           java-version: 17
@@ -1014,7 +1014,7 @@ jobs:
           rm -f ~/.composer/auth.json ~/.config/composer/auth.json
           composer install --no-progress --prefer-dist
 
-      - uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # 
v5.2.0
+      - uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # 
v6.0.0
         with:
           distribution: temurin
           # here we intentionally use an older version so that we also verify 
Java 17 compiles to it

Reply via email to