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 de75965 commit a759234Copy full SHA for a759234
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
gradle-${{ runner.os }}
28
gradle-
29
- name: Set up JDK ${{ matrix.java-version }}
30
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
31
with:
32
java-version: ${{ matrix.java-version }}
33
distribution: adopt
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
22
23
24
- name: Set up JDK 11
25
26
java-version: 11
@@ -59,7 +59,7 @@ jobs:
59
60
61
62
63
64
65
0 commit comments