Skip to content

Commit 550f0a4

Browse files
authored
chore(ci): update actions/setup-java to v4 (#6447)
1 parent 39532e4 commit 550f0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codegen-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Set up JDK ${{ matrix.java }}
27-
uses: actions/setup-java@v3
27+
uses: actions/setup-java@v4
2828
with:
2929
java-version: ${{ matrix.java }}
3030
distribution: 'corretto'

0 commit comments

Comments
 (0)