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 4afa1a0 commit bbdc4a3Copy full SHA for bbdc4a3
2 files changed
.github/workflows/docs-deploy.yml
@@ -33,7 +33,7 @@ jobs:
33
fetch-depth: 0
34
35
- name: Set up JDK 21
36
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
37
with:
38
java-version: '21'
39
distribution: 'temurin'
.github/workflows/docs-release.yml
@@ -36,7 +36,7 @@ jobs:
echo "Deploying docs for version: $TAG"
40
41
42
0 commit comments