We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7783eda + 47ad443 commit 55077b6Copy full SHA for 55077b6
1 file changed
.github/workflows/maven.yml
@@ -30,7 +30,7 @@ jobs:
30
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
31
32
- name: Set up JDK 23
33
- uses: actions/setup-java@v4 # https://github.com/actions/setup-java
+ uses: actions/setup-java@v5 # https://github.com/actions/setup-java
34
with:
35
java-version: '23'
36
distribution: 'temurin'
0 commit comments