We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e407ea0 commit e11cf46Copy full SHA for e11cf46
1 file changed
.github/workflows/maven.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- name: Set up JDK ${{ matrix.java }}
22
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
23
with:
24
distribution: 'corretto'
25
java-version: ${{ matrix.java }}
@@ -35,7 +35,7 @@ jobs:
35
36
fetch-depth: 0
37
- name: Set up JDK 21
38
39
40
41
java-version: 21
0 commit comments