Skip to content

Commit 7b899f2

Browse files
authored
Upgrade to setup-java/v2 (#969)
1 parent 374d13c commit 7b899f2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci-kotlin.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@ jobs:
3131

3232
steps:
3333
- uses: actions/checkout@v2
34-
- uses: actions/setup-java@v1
34+
- uses: actions/setup-java@v2
3535
with:
36-
java-version: 11
36+
distribution: 'adopt'
37+
java-version: '11'
3738
- uses: eskatos/gradle-command-action@v1
3839
env:
3940
PG_USER: postgres

0 commit comments

Comments
 (0)