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.
2 parents 2d100a6 + 7d2571e commit 54a0f46Copy full SHA for 54a0f46
.github/workflows/default-tests.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
submodules: recursive
13
- name: Set up JDK 11
14
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
15
16
distribution: 'zulu'
17
java-version: 11
@@ -37,7 +37,7 @@ jobs:
37
38
39
- name: Set up JDK ${{ matrix.java_version }}
40
41
42
43
java-version: ${{ matrix.java_version }}
@@ -62,7 +62,7 @@ jobs:
62
63
64
65
66
67
68
0 commit comments