Skip to content

Commit 4c2ec13

Browse files
committed
Upgrade JDK version to 17 in github actions
1 parent 924becd commit 4c2ec13

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ jobs:
88

99
steps:
1010
- name: checkout
11-
uses: actions/checkout@v2
12-
11+
uses: actions/checkout@v3
12+
- name: setup Java 17
13+
uses: actions/setup-java@v2
1314
- name: Build the project
1415
run: ./gradlew build
1516

0 commit comments

Comments
 (0)