Skip to content

Commit f1509a4

Browse files
committed
chore(ci): upgrade setup-java action to v4
Update GitHub Actions workflow to use actions/setup-java@v4 for improved support and features.
1 parent cea68df commit f1509a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
restore-keys: |
2929
${{ runner.os }}-gradle-
3030
- name: Set up JDK
31-
uses: actions/setup-java@v3
31+
uses: actions/setup-java@v4
3232
with:
3333
java-version: 17
3434
distribution: 'zulu'

0 commit comments

Comments
 (0)