Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 11f918b

Browse files
authoredFeb 13, 2025··
chore(deps): bump actions/setup-java from 3 to 4 in /.github/workflows
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4. - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v3...v4) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dec98d6 commit 11f918b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/library_rust_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
git rev-parse HEAD
7272
7373
- name: Setup Java 17 for codegen
74-
uses: actions/setup-java@v3
74+
uses: actions/setup-java@v4
7575
with:
7676
distribution: "corretto"
7777
java-version: "17"

0 commit comments

Comments
 (0)
Please sign in to comment.