Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Commit 39bb1cf

Browse files
Update actions/setup-java action to v4.2.1
1 parent 23ba3ee commit 39bb1cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: gradle/wrapper-validation-action@v1.1.0
2222

2323
- name: setup jdk 21
24-
uses: actions/setup-java@v4.0.0
24+
uses: actions/setup-java@v4.2.1
2525
with:
2626
java-version: 21
2727
distribution: 'temurin'

0 commit comments

Comments
 (0)