We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f21c0 commit 6a33045Copy full SHA for 6a33045
.github/workflows/build-nightly.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
31
- name: Set up JDK
32
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
33
with:
34
java-version: 17
35
distribution: 'temurin'
.github/workflows/release-published.yml
@@ -26,7 +26,7 @@ jobs:
26
ref: ${{ matrix.artifact.branch }}
27
28
- name: Set up Java for publishing to Maven Central Repository
java-version: '17'
.github/workflows/test.yml
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
0 commit comments