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 c3622df commit 04f6ae9Copy full SHA for 04f6ae9
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
- name: Checkout sources
8
uses: actions/checkout@v5
9
- name: Setup Java
10
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
11
with:
12
distribution: 'temurin'
13
java-version: 21
.github/workflows/maven-publish.yml
@@ -12,7 +12,7 @@ jobs:
14
15
16
17
18
0 commit comments