Skip to content

Commit 168660b

Browse files
Fix actions
1 parent d183239 commit 168660b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/compatibility-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
with:
2222
persist-credentials: false
2323
- name: Set up JDK 1.8
24+
uses: actions/setup-java@v2
2425
with:
2526
distribution: 'adopt'
2627
java-version: 8

.github/workflows/test-and-verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
with:
2323
persist-credentials: false
2424
- name: Set up JDK 1.8
25+
uses: actions/setup-java@v2
2526
with:
2627
distribution: 'adopt'
2728
java-version: 8

0 commit comments

Comments
 (0)