We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a58f6 commit 9c64d92Copy full SHA for 9c64d92
.github/workflows/maven.yml
@@ -29,7 +29,7 @@ jobs:
29
steps:
30
- uses: actions/checkout@v4
31
- name: Set up JDK
32
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
33
with:
34
java-version: ${{ matrix.java }}
35
distribution: 'temurin'
0 commit comments