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

Kriskras99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git


The following commit(s) were added to refs/heads/main by this push:
     new 10f54bb  chore(ci): Bump actions/setup-java from 5.7.0 to 6.0.0 (#651)
10f54bb is described below

commit 10f54bbbc636e6c1f780193decef87af944d5c9a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 31 07:14:48 2026 +0200

    chore(ci): Bump actions/setup-java from 5.7.0 to 6.0.0 (#651)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.7.0 to 6.0.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/b6effb05e454b25005698d916606bdc6ffcbf961...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]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/test-lang-rust-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/test-lang-rust-ci.yml 
b/.github/workflows/test-lang-rust-ci.yml
index 917ca5f..70ff984 100644
--- a/.github/workflows/test-lang-rust-ci.yml
+++ b/.github/workflows/test-lang-rust-ci.yml
@@ -181,7 +181,7 @@ jobs:
             ${{ runner.os }}-maven-
 
       - name: "Setup Temurin JDK 8, 11, 17 & 21"
-        uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # 
v5.7.0
+        uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # 
v6.0.0
         with:
           distribution: "temurin"
           java-version: |

Reply via email to