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 1eee0a5 + bfe8bc7 commit c1dbd4aCopy full SHA for c1dbd4a
.github/workflows/maven-build.yml
@@ -20,7 +20,7 @@ jobs:
20
java: ['21']
21
22
steps:
23
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
24
- name: Set up Java ${{ matrix.java }}
25
uses: actions/setup-java@v4
26
with:
.github/workflows/maven-publish-release.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
18
- name: Set up JDK 21 - Maven Central
19
.github/workflows/maven-publish-snapshot.yml
@@ -17,7 +17,7 @@ jobs:
packages: write
- name: Set up JDK 21
0 commit comments