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 72a00a0 commit f176d92Copy full SHA for f176d92
.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
44
restore-keys: |
45
${{ runner.os }}-maven-
46
- name: Set up JDK ${{ matrix.java }}
47
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
48
with:
49
distribution: 'temurin'
50
java-version: ${{ matrix.java }}
0 commit comments