This is an automated email from the ASF dual-hosted git repository.
mgrigorov 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 8a91e52 chore: Bump actions/setup-java from 4.7.0 to 4.7.1 (#178)
8a91e52 is described below
commit 8a91e5206c741b879771a5b300173fd2fbf20726
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 13 07:50:44 2025 +0300
chore: Bump actions/setup-java from 4.7.0 to 4.7.1 (#178)
---
.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 43171f5..338be60 100644
--- a/.github/workflows/test-lang-rust-ci.yml
+++ b/.github/workflows/test-lang-rust-ci.yml
@@ -157,7 +157,7 @@ jobs:
${{ runner.os }}-maven-
- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 #
v4.7.0
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 #
v4.7.1
with:
distribution: 'temurin'
java-version: |