Skip to content

Commit 669ec66

Browse files
ci: Bump docs build ci's java to 1.17
1 parent be73186 commit 669ec66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ jobs:
5353
uses: pnpm/action-setup@v3
5454
with:
5555
package_json_file: docs/package.json
56-
- name: Set up JDK 11
56+
- name: Set up JDK 17
5757
uses: actions/setup-java@v4
5858
id: maven-cache
5959
with:
60-
java-version: 11
60+
java-version: 17
6161
distribution: zulu
6262
cache: maven
6363
- name: Set up Maven

0 commit comments

Comments
 (0)