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 c7fec52 commit cf15e11Copy full SHA for cf15e11
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29
30
- name: Set up JDK 8
31
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
+ uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
32
with:
33
java-version: '8'
34
distribution: 'temurin'
.github/workflows/release-please.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
if: ${{ steps.release.outputs.releases_created }}
26
27
0 commit comments