We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cbfee2 + d223ae5 commit 3abe6d2Copy full SHA for 3abe6d2
.github/workflows/default-tests.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
submodules: recursive
13
- name: Set up JDK 17
14
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
15
16
distribution: 'zulu'
17
java-version: 17
@@ -48,7 +48,7 @@ jobs:
48
49
50
- name: Set up JDK ${{ matrix.java_version }}
51
52
53
54
java-version: ${{ matrix.java_version }}
@@ -115,7 +115,7 @@ jobs:
115
116
117
118
119
120
121
0 commit comments