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 365e11d commit 557c13eCopy full SHA for 557c13e
.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@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
+ uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018
21
with:
22
java-version: 17
23
distribution: "temurin"
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments