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 0622a07 commit b9ffad5Copy full SHA for b9ffad5
.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@387ac29b308b003ca37ba93a6cab5eb57c8f5f93
+ uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8
21
with:
22
java-version: 17
23
distribution: "temurin"
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments