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 71f7b5a commit 06bd5eeCopy full SHA for 06bd5ee
.github/workflows/java.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
19
- name: Set up JDK 1.17
20
- uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8
+ uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
21
with:
22
java-version: 17
23
distribution: "temurin"
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments