We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cbc60c commit 9d6c738Copy full SHA for 9d6c738
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18
19
- name: Set up JDK 8
20
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4
+ uses: actions/setup-java@6a0805fcefea3d4657a47ac4c165951e33482018 # v4
21
with:
22
java-version: '8'
23
distribution: 'temurin'
.github/workflows/release-please.yml
@@ -21,7 +21,7 @@ jobs:
if: ${{ steps.release.outputs.releases_created }}
24
25
26
27
0 commit comments