We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 771edaf commit 89fb077Copy full SHA for 89fb077
.github/workflows/java.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
19
- name: Set up JDK 1.17
20
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12
21
with:
22
java-version: 17
23
distribution: "temurin"
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
0 commit comments