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
  • Loading branch information
PeyaPeyaPeyang committed Aug 12, 2024
1 parent be73186 commit 669ec66
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 669ec66

Please sign in to comment.