We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f8bb7 commit 95f7d6dCopy full SHA for 95f7d6d
1 file changed
.github/workflows/gradle.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
15
- name: Set up JDK 1.17
16
- uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3
+ uses: actions/setup-java@d854b6da19cdadd9a010605529e522c2393ebd38
17
with:
18
java-version: 17
19
distribution: 'temurin'
@@ -29,7 +29,7 @@ jobs:
29
30
31
32
33
34
35
0 commit comments