Skip to content

Commit 2dba26c

Browse files
committed
指定 workflow JDK 版本 21
1 parent 8db5ca5 commit 2dba26c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/alpha.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
fetch-depth: 0
2020
submodules: 'true'
2121

22-
- name: Set up JDK 17
23-
uses: actions/setup-java@v4
22+
- name: Set up JDK 21
23+
uses: actions/setup-java@v5
2424
with:
25-
java-version: '17'
25+
java-version: '21'
2626
distribution: 'temurin'
2727

2828
- name: Setup Gradle to generate and submit dependency graphs

.github/workflows/alpha_build_manually_without_sign.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
fetch-depth: 0
2020
submodules: 'true'
2121

22-
- name: Set up JDK 17
23-
uses: actions/setup-java@v4
22+
- name: Set up JDK 21
23+
uses: actions/setup-java@v5
2424
with:
25-
java-version: '17'
25+
java-version: '21'
2626
distribution: 'temurin'
2727

2828
- name: Write google-services.json

.github/workflows/features.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
fetch-depth: 0
2020
submodules: 'true'
2121

22-
- name: Set up JDK 17
23-
uses: actions/setup-java@v4
22+
- name: Set up JDK 21
23+
uses: actions/setup-java@v5
2424
with:
25-
java-version: '17'
25+
java-version: '21'
2626
distribution: 'temurin'
2727

2828
- name: Write google-services.json

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
fetch-depth: 0
2121
submodules: 'true'
2222

23-
- name: Set up JDK 17
24-
uses: actions/setup-java@v4
23+
- name: Set up JDK 21
24+
uses: actions/setup-java@v5
2525
with:
26-
java-version: '17'
26+
java-version: '21'
2727
distribution: 'temurin'
2828

2929
- name: Write google-services.json

0 commit comments

Comments
 (0)