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 41177af commit c66bfffCopy full SHA for c66bfff
.github/workflows/maven-build.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v4
15
- name: Set up JDK 11
16
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
17
with:
18
distribution: 'temurin'
19
java-version: 11
.github/workflows/maven-release.yml
@@ -19,7 +19,7 @@ jobs:
run: echo "${{ steps.changelog.outputs.changelog }}" > CHANGELOG.md
20
21
22
23
24
25
0 commit comments