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 f59f607 commit b418cb0Copy full SHA for b418cb0
.github/workflows/maven.yaml
@@ -31,9 +31,9 @@ jobs:
31
fail-fast: false
32
runs-on: ${{ matrix.os }}
33
steps:
34
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
35
- name: Set up JDK 21
36
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v5
37
with:
38
java-version: 21
39
distribution: zulu
.github/workflows/release_maven.yml
@@ -12,9 +12,9 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
15
16
17
18
19
java-version: '21'
20
distribution: 'adopt'
0 commit comments