Skip to content

Commit b1e63f1

Browse files
Update release-kontrakt.yml
1 parent 8130981 commit b1e63f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-kontrakt.yml

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

1111
steps:
1212
- uses: actions/checkout@v2
13-
- uses: actions/setup-java@v1
13+
- uses: actions/setup-java@v2
1414
with:
15-
java-version: 1.11
15+
java-version: 11
16+
distribution: 'adopt'
1617

1718
- name: Set cache key
1819
run: |

0 commit comments

Comments
 (0)