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