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 2680095 commit b15404fCopy full SHA for b15404f
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@v5
26
- name: Set up JDK
27
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
28
with:
29
distribution: 'zulu'
30
java-version: '21'
.github/workflows/example.yml
@@ -46,7 +46,7 @@ jobs:
46
fetch-depth: 0
47
48
- name: Setup JDK
49
50
51
52
.github/workflows/test.yml
@@ -29,7 +29,7 @@ jobs:
31
32
33
34
35
0 commit comments