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 49d5506 commit b29649eCopy full SHA for b29649e
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
${{ runner.os }}-maven-
32
33
- name: Set up JDK 11
34
- uses: actions/setup-java@v4.0.0
+ uses: actions/setup-java@v4.3.0
35
with:
36
distribution: 'temurin'
37
java-version: '11'
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
69
70
- name: Set up Maven Central Repository
71
- uses: actions/setup-java@v3.0.0
72
73
74
0 commit comments