We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4213592 commit c373a42Copy full SHA for c373a42
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
cancel-in-progress: true
27
28
steps:
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
30
- name: Set up JDK ${{ matrix.java }}
31
uses: actions/setup-java@v3
32
with:
@@ -84,7 +84,7 @@ jobs:
84
if: github.ref == 'refs/heads/master'
85
86
87
88
- name: Set up JDK 11
89
90
.github/workflows/release.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
11
12
13
14
#Note: must use < JDK 16 to avoid Stream.toList() overriding StreamsKT.toList() (KT-47039)
15
#Todo: might be fixed by 3a16a8c4e99d22845ca8529923e0a01ef8f7ec17
0 commit comments