Skip to content

Commit baf9667

Browse files
committed
Update actions/setup-java@v4
1 parent 5763d89 commit baf9667

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/build_master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
- name: Set up JDK 17
19-
uses: actions/setup-java@v1
19+
uses: actions/setup-java@v4
2020
with:
2121
java-version: 17
22+
distribution: 'temurin'
2223
- name: Gradle caches
2324
uses: actions/cache@v4
2425
with:

.github/workflows/build_standard.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Set up JDK 17
18-
uses: actions/setup-java@v1
18+
uses: actions/setup-java@v4
1919
with:
2020
java-version: 17
21+
distribution: 'temurin'
2122
- name: Gradle caches
2223
uses: actions/cache@v4
2324
with:

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Set up JDK 17
17-
uses: actions/setup-java@v1
17+
uses: actions/setup-java@v4
1818
with:
1919
java-version: 17
20+
distribution: 'temurin'
2021
- name: Gradle caches
2122
uses: actions/cache@v4
2223
with:

0 commit comments

Comments
 (0)