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 2c24fc7 + f16e760 commit aa6c1c8Copy full SHA for aa6c1c8
.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@v3
+ uses: actions/setup-java@v4
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