We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb5e20 commit 79135d7Copy full SHA for 79135d7
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v5
18
- name: Use Java for gradle
19
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
20
with:
21
distribution: temurin
22
java-version: 11
.github/workflows/publish.yml
- name: Java
0 commit comments