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 616b3c3 commit bb9df9dCopy full SHA for bb9df9d
.github/workflows/mvn-build.yml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v4
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@v4
23
24
25
26
27
28
0 commit comments