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 91d1304 commit bd2d0a0Copy full SHA for bd2d0a0
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
17
18
- name: Set up JDK 8
19
- uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3
+ uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3
20
with:
21
java-version: '8'
22
distribution: 'temurin'
.github/workflows/release-please.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
if: ${{ steps.release.outputs.releases_created }}
26
27
28
29
0 commit comments