Skip to content

Commit 46c1372

Browse files
giftkugeldeepy
authored andcommitted
Update GitHub Workflow for JavaDoc
1 parent 92e1d21 commit 46c1372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update-javadoc.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout Source Code
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4
1212
- name: Install Java
13-
uses: actions/setup-java@v2
13+
uses: actions/setup-java@v4
1414
with:
1515
distribution: 'zulu'
1616
java-version: 8
1717
- name: Build Javadoc
1818
run: ./gradlew --no-configuration-cache dokkaJavadoc
1919
- name: Deploy
20-
uses: peaceiris/actions-gh-pages@v3
20+
uses: peaceiris/actions-gh-pages@v4
2121
with:
2222
github_token: ${{ secrets.GITHUB_TOKEN }}
2323
publish_dir: ./build/dokka/javadoc

0 commit comments

Comments
 (0)