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 da6074b commit f4f84c6Copy full SHA for f4f84c6
.github/workflows/gradle.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v4
25
- name: Set up JDK 17
26
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
27
with:
28
java-version: '17'
29
distribution: 'temurin'
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
0 commit comments