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 42d81c8 commit 9a5c439Copy full SHA for 9a5c439
.github/workflows/maven-build.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@v3
29
30
- name: Setup JDK
31
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
32
with:
33
distribution: ${{ matrix.distribution }}
34
java-version: ${{ matrix.java }}
.github/workflows/maven-deploy.yml
@@ -23,7 +23,7 @@ jobs:
23
git config --global user.name "${{ secrets.GH_SITE_DEPLOY_NAME }}"
24
25
26
27
distribution: temurin
java-version: 11
0 commit comments