Skip to content

Commit f89c8ad

Browse files
committed
Use temurin instead of adopt JDK
1 parent a5e460c commit f89c8ad

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ If applicable, add screenshots to help explain your problem.
3030

3131
**Additional context**
3232
Add any other context about the problem here.
33+
34+
**Ares-Version you are using**
35+
E.g. 1.14.0

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ A clear and concise description of any alternative solutions or features you've
2020
Add any other context or screenshots about the feature request here.
2121

2222
**Ares-Version you are using**
23-
E.g. 1.5.2
23+
E.g. 1.14.0

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up JDK 17
3333
uses: actions/setup-java@v4
3434
with:
35-
distribution: 'adopt'
35+
distribution: 'temurin'
3636
java-version: 17
3737

3838
# Use Maven dependency cache

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: Set up JDK 17
7474
uses: actions/setup-java@v4
7575
with:
76-
distribution: 'adopt'
76+
distribution: 'temurin'
7777
java-version: 17
7878
- name: Cache Maven Dependencies
7979
uses: actions/cache@v4

0 commit comments

Comments
 (0)