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 1743efb commit 3ec73efCopy full SHA for 3ec73ef
2 files changed
.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@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.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