We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd40122 + 89d3c59 commit bb944f5Copy full SHA for bb944f5
3 files changed
.github/workflows/maven-build.yml
@@ -22,7 +22,7 @@ jobs:
22
steps:
23
- uses: actions/checkout@v5
24
- name: Set up Java ${{ matrix.java }}
25
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
26
with:
27
java-version: ${{ matrix.java }}
28
distribution: 'temurin'
.github/workflows/maven-publish-release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
- name: Set up JDK 21 - Maven Central
19
20
21
java-version: '21'
.github/workflows/maven-publish-snapshot.yml
@@ -19,7 +19,7 @@ jobs:
- name: Set up JDK 21
0 commit comments