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 ccc67f0 commit 91d12adCopy full SHA for 91d12ad
.github/workflows/java.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
19
- name: Set up JDK 1.17
20
- uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
+ uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b
21
with:
22
java-version: 17
23
distribution: "temurin"
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments