Skip to content

Commit ddb69e1

Browse files
chore(deps): bump actions/setup-java from 3 to 4 in /.github/workflows (#1654)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 3 to 4.
1 parent 20fee58 commit ddb69e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/library_rust_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
git rev-parse HEAD
8383
8484
- name: Setup Java 17 for codegen
85-
uses: actions/setup-java@v3
85+
uses: actions/setup-java@v4
8686
with:
8787
distribution: "corretto"
8888
java-version: "17"

0 commit comments

Comments
 (0)