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

martin-g 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 af6de71  chore(ci): Bump actions/setup-java from 5.4.0 to 5.5.0 (#594)
af6de71 is described below

commit af6de7144e14b8df73e7d830257952f20dc3d62d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 17 11:30:12 2026 +0300

    chore(ci): Bump actions/setup-java from 5.4.0 to 5.5.0 (#594)
    
    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 
5.4.0 to 5.5.0.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - 
[Commits](https://github.com/actions/setup-java/compare/1bcf9fb12cf4aa7d266a90ae39939e61372fe520...0f481fcb613427c0f801b606911222b5b6f3083a)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: 5.5.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Martin Grigorov <[email protected]>
---
 .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 c7d6ca7..13cc88b 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@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # 
v5.4.0
+        uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # 
v5.5.0
         with:
           distribution: "temurin"
           java-version: |

Reply via email to