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 40165db + b939cb6 commit 8642ce5Copy full SHA for 8642ce5
3 files changed
.github/workflows/build-pr.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout repository
16
uses: actions/checkout@v5
17
- name: Setup Java
18
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
19
with:
20
distribution: temurin
21
java-version: 21
.github/workflows/main-build.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Validate Gradle Wrapper
23
uses: gradle/actions/wrapper-validation@v4
24
25
26
27
28
.github/workflows/publishing.yaml
@@ -17,7 +17,7 @@ jobs:
- name: Set up JDK 21
distribution: 'temurin'
java-version: '21'
0 commit comments