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 6720497 commit 281128dCopy full SHA for 281128d
.github/workflows/cd-config.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v5
17
- name: Set up JDK 8
18
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
19
with:
20
distribution: 'adopt'
21
java-version: 8
.github/workflows/ci-config.yml
@@ -17,7 +17,7 @@ jobs:
22
23
.github/workflows/maven-publish.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Set up JDK 1.8
java-version: 1.8
server-id: github
0 commit comments