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 f617546 commit 32102eaCopy full SHA for 32102ea
.github/workflows/build.yml
@@ -48,7 +48,7 @@ jobs:
48
origin pull/${{ github.event.inputs.pr }}/merge:merged-pr && git checkout merged-pr
49
if: github.event.inputs.pr != ''
50
- name: Install JDK 8 and Maven
51
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
52
with:
53
distribution: "temurin"
54
java-version: 8
0 commit comments