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 1833671 commit e61affaCopy full SHA for e61affa
.github/workflows/java.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
19
- name: Set up JDK 1.17
20
- uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
+ uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73
21
with:
22
java-version: 17
23
distribution: "temurin"
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments