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 f4a3eaa chore: Bump actions/setup-java from 4.5.0 to 4.6.0 (#81)
f4a3eaa is described below
commit f4a3eaaa13219234220c53c6131d54c82566292e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 22 09:01:00 2024 +0200
chore: Bump actions/setup-java from 4.5.0 to 4.6.0 (#81)
---
.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 1dcbdb8..717d16e 100644
--- a/.github/workflows/test-lang-rust-ci.yml
+++ b/.github/workflows/test-lang-rust-ci.yml
@@ -151,7 +151,7 @@ jobs:
${{ runner.os }}-maven-
- name: 'Setup Temurin JDK 8, 11, 17 & 21'
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b #
v4.5.0
+ uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b #
v4.6.0
with:
distribution: 'temurin'
java-version: |