We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba03366 commit 97a115bCopy full SHA for 97a115b
.github/workflows/check.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
- name: Setup Java
16
- uses: actions/setup-java@8df1039502a15bceb9433410b1a100fbe190c53b # v4
+ uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4
17
with:
18
distribution: temurin
19
java-version: |
.github/workflows/publish.yml
@@ -12,7 +12,7 @@ jobs:
12
java-version: 8
0 commit comments