Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowArg committed Jul 31, 2024
1 parent 3b77e4e commit 95d24e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build documentation
run: gradle javadoc
- name: Publish Github Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.FLOW_TOKEN }}
publish_dir: ./build/docs/javadoc
2 changes: 1 addition & 1 deletion .github/workflows/gradle-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
testjava:
strategy:
matrix:
jdk: [8, 17]
jdk: [8, 17, 21]
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 95d24e5

Please sign in to comment.