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 84e2e33 commit 4bc2947Copy full SHA for 4bc2947
.github/workflows/mvn-build.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v5
10
- name: Set up Java environment
11
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
12
with:
13
java-version: '21'
14
distribution: 'adopt'
.github/workflows/mvn-release.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v5
23
24
25
26
27
28
0 commit comments