We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 39be552 + 3c35cc4 commit 6b574afCopy full SHA for 6b574af
1 file changed
.github/workflows/gradle.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v5
25
- name: Set up JDK 21
26
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
27
with:
28
java-version: '21'
29
distribution: 'temurin'
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
0 commit comments