From 95d24e54860d2aad3d3bc9220e8e844b0fa17f4d Mon Sep 17 00:00:00 2001 From: FlowArg Date: Wed, 31 Jul 2024 16:17:39 +0200 Subject: [PATCH] Update actions --- .github/workflows/docs.yml | 2 +- .github/workflows/gradle-ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e6593bc..fbc8d2d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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 diff --git a/.github/workflows/gradle-ci.yml b/.github/workflows/gradle-ci.yml index 89fd144..dfe00fe 100644 --- a/.github/workflows/gradle-ci.yml +++ b/.github/workflows/gradle-ci.yml @@ -8,7 +8,7 @@ jobs: testjava: strategy: matrix: - jdk: [8, 17] + jdk: [8, 17, 21] runs-on: ubuntu-latest permissions: contents: read