Skip to content

Commit d170d20

Browse files
committed
Update Java version in GitHub Actions
1 parent acb221a commit d170d20

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/setup-java@v4
2020
with:
2121
distribution: "temurin"
22-
java-version: "17"
22+
java-version: "18"
2323
- name: "Setup Gradle"
2424
uses: gradle/actions/setup-gradle@v4
2525
with:

.github/workflows/dependency-submission.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/setup-java@v4
2121
with:
2222
distribution: "temurin"
23-
java-version: "17"
23+
java-version: "18"
2424
- name: "Generate and submit gradle dependency graph"
2525
uses: gradle/actions/dependency-submission@v4
2626
with:

0 commit comments

Comments
 (0)