Skip to content

Commit 711fb01

Browse files
committed
Upgrade workflow
1 parent 31d0eec commit 711fb01

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v5
1919
with:
2020
fetch-depth: 1
2121

2222
- name: Set up JDK
23-
uses: actions/setup-java@v3
23+
uses: actions/setup-java@v5
2424
with:
2525
distribution: 'temurin'
26-
java-version: '17'
26+
java-version: '21'
2727

2828
- name: Install Graphviz
2929
uses: tlylt/install-graphviz@v1
@@ -70,8 +70,9 @@ jobs:
7070
build/reports/**/*
7171
7272
- name: Deploy to GH Pages 🚀
73-
uses: peaceiris/actions-gh-pages@v3
73+
uses: peaceiris/actions-gh-pages@v4
7474
if: ${{ github.ref == 'refs/heads/main' }}
7575
with:
7676
github_token: ${{ secrets.GITHUB_TOKEN }}
7777
publish_dir: build/graph
78+
force_orphan: true

0 commit comments

Comments
 (0)