Skip to content

Commit

Permalink
ci: Bump docs build ci's java to 1.17
Browse files Browse the repository at this point in the history
(cherry picked from commit 669ec66)
  • Loading branch information
PeyaPeyaPeyang committed Dec 3, 2024
1 parent 031869f commit c312997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
uses: pnpm/action-setup@v3
with:
package_json_file: docs/package.json
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
id: maven-cache
with:
java-version: 11
java-version: 17
distribution: zulu
cache: maven
- name: Set up Maven
Expand Down

0 comments on commit c312997

Please sign in to comment.