This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 0200d55a0 [DOCS][CI] upgrade `actions/setup-java` to `v4` (#1309)
0200d55a0 is described below
commit 0200d55a09724e3d07c023f82882a5619c19b42e
Author: John Bampton <[email protected]>
AuthorDate: Thu Apr 4 03:25:35 2024 +1000
[DOCS][CI] upgrade `actions/setup-java` to `v4` (#1309)
---
.github/workflows/docs.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 2abf245ec..4bac4506c 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -19,8 +19,9 @@ jobs:
with:
fetch-depth: 0
- name: Set up Java
- uses: actions/setup-java@v1
+ uses: actions/setup-java@v4
with:
+ distribution: 'zulu'
java-version: '8'
- name: Compile JavaDoc
run: mvn -q clean install -DskipTests && mkdir -p docs/api/javadoc/spark
&& cp -r spark/common/target/apidocs/* docs/api/javadoc/spark/