We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 289a274 commit 489a967Copy full SHA for 489a967
.github/workflows/ci.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
39
40
- name: Set up JDK 8
41
- uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4
+ uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4
42
with:
43
java-version: '8'
44
distribution: 'temurin'
.github/workflows/release-please.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
if: ${{ steps.release.outputs.releases_created }}
24
25
26
27
0 commit comments