We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31d0eec commit 711fb01Copy full SHA for 711fb01
.github/workflows/gradle.yml
@@ -15,15 +15,15 @@ jobs:
15
strategy:
16
fail-fast: false
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
19
with:
20
fetch-depth: 1
21
22
- name: Set up JDK
23
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v5
24
25
distribution: 'temurin'
26
- java-version: '17'
+ java-version: '21'
27
28
- name: Install Graphviz
29
uses: tlylt/install-graphviz@v1
@@ -70,8 +70,9 @@ jobs:
70
build/reports/**/*
71
72
- name: Deploy to GH Pages 🚀
73
- uses: peaceiris/actions-gh-pages@v3
+ uses: peaceiris/actions-gh-pages@v4
74
if: ${{ github.ref == 'refs/heads/main' }}
75
76
github_token: ${{ secrets.GITHUB_TOKEN }}
77
publish_dir: build/graph
78
+ force_orphan: true
0 commit comments