Skip to content

Commit 7d886fc

Browse files
Update actions/setup-java action to v5
1 parent 6bcb353 commit 7d886fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_gradle_task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: gradle/actions/wrapper-validation@v4
6565

6666
- name: Setup JDK 11
67-
uses: actions/setup-java@v4
67+
uses: actions/setup-java@v5
6868
with:
6969
distribution: temurin
7070
java-version: 11

0 commit comments

Comments
 (0)