Skip to content

Commit 70f7779

Browse files
Update actions/setup-java action to v4 (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2be1581 commit 70f7779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_gradle_task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ jobs:
6464
uses: gradle/wrapper-validation-action@v1
6565

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

7272
- name: Setup JDK 17
73-
uses: actions/setup-java@v3
73+
uses: actions/setup-java@v4
7474
with:
7575
distribution: temurin
7676
java-version: 17

0 commit comments

Comments
 (0)