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 d58caee commit cbd6d03Copy full SHA for cbd6d03
.github/workflows/cd.yml
@@ -17,7 +17,7 @@ jobs:
17
persist-credentials: false
18
19
- name: Set up Java for publishing to Maven Central Repository
20
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
+ uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
21
with:
22
java-version: '8'
23
distribution: 'temurin'
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
24
25
- name: Set up JDK 1.8
26
- uses: actions/setup-java@7a6d8a8234af8eb26422e24e3006232cccaa061b # v4.6.0
27
28
29
0 commit comments