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 2b448d9 commit 65e6506Copy full SHA for 65e6506
.github/workflows/maven.yml
@@ -21,7 +21,7 @@ jobs:
21
steps:
22
- uses: actions/checkout@v5
23
- name: Set up JDK ${{ matrix.java }}
24
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
25
with:
26
distribution: 'temurin'
27
java-version: ${{ matrix.java }}
0 commit comments