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 6d11f5f commit 1118d3aCopy full SHA for 1118d3a
.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Checkout for build
29
uses: actions/checkout@v5
30
- name: Set up JDK
31
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
32
with:
33
distribution: 'temurin'
34
java-version: ${{ matrix.java_version }}
0 commit comments