Skip to content

Commit a95844f

Browse files
authored
Update cert file (#1520)
* Update cert file * Update java version
1 parent 594a8e4 commit a95844f

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

.github/workflows/code_sample_checker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Java
1515
uses: actions/setup-java@v1
1616
with:
17-
java-version: 8
17+
java-version: 17
1818
- name: Setup Node.js
1919
uses: actions/setup-node@v2
2020
with:

.github/workflows/coverage_runner.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Setup Java
4242
uses: actions/setup-java@v1
4343
with:
44-
java-version: 8
44+
java-version: 17
4545
- name: Setup Node.js
4646
uses: actions/setup-node@v2
4747
with:

.github/workflows/nightly_runner_master.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Java
1717
uses: actions/setup-java@v2
1818
with:
19-
java-version: 8
19+
java-version: 17
2020
distribution: temurin
2121
- name: Setup Node.js
2222
uses: actions/setup-node@v2
Binary file not shown.

0 commit comments

Comments
 (0)