We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9006b9 commit 5716f6bCopy full SHA for 5716f6b
.github/workflows/ci.yml
@@ -74,7 +74,7 @@ jobs:
74
steps:
75
- uses: actions/checkout@v4
76
- name: Set up JDK
77
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
78
with:
79
distribution: 'zulu'
80
java-version: 21
.github/workflows/perform-release.yml
@@ -23,7 +23,7 @@ jobs:
23
token: ${{ secrets.MAVEN_RELEASE_GH_PAT }}
24
25
- name: Set up Maven Central configuration
26
27
28
29
0 commit comments