We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 793ec1c commit 8ed4294Copy full SHA for 8ed4294
.github/workflows/compile.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
- name: Set up JDK 13
17
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
+ uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
18
with:
19
java-version: '13'
20
distribution: 'adopt'
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
0 commit comments