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.
2 parents 141a89d + a5a2d0a commit 0bc7a3cCopy full SHA for 0bc7a3c
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- uses: actions/checkout@v5
18
- name: Set up Java
19
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
20
with:
21
java-version: ${{ matrix.java_version }}
22
distribution: "zulu"
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
path: ~/.m2
30
key: build-${{ env.cache-name }}
31
- name: Set up Java and Maven
32
33
34
java-version: '17'
35
distribution: 'zulu'
0 commit comments