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 a632f35 commit 1017cb5Copy full SHA for 1017cb5
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/[email protected]
23
24
- name: Set up JDK ${{ matrix.java-version }}
25
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
26
with:
27
distribution: 'zulu'
28
java-version: ${{ matrix.java-version }}
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
- name: "Set up JDK 17.0.x"
14
15
16
17
java-version: '17.0.x'
0 commit comments