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 d194e19 commit 228dcbeCopy full SHA for 228dcbe
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
persist-credentials: false
26
27
- name: Set Up JDK
28
- uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
+ uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
29
with:
30
java-version: 17
31
distribution: temurin
@@ -36,7 +36,7 @@ jobs:
36
TAG: ${{ github.ref_name }}
37
38
- name: Set up Apache Maven Central
39
40
41
distribution: "temurin"
42
java-version: "17"
0 commit comments