We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2323f66 + 18a2c88 commit 4f75f92Copy full SHA for 4f75f92
1 file changed
.github/workflows/ci.yml
@@ -28,7 +28,7 @@ jobs:
28
java-version: ${{ env.JAVA_VERSION }}
29
30
- name: "⚡ Setup Gradle with Cache"
31
- uses: gradle/actions/setup-gradle@v4
+ uses: gradle/actions/setup-gradle@v5
32
33
- name: "🧪 Run Unit Tests"
34
run: ./gradlew test
@@ -51,7 +51,7 @@ jobs:
51
52
53
- name: ⚡ Setup Gradle with Cache
54
55
56
- name: "🚀 Publish to Maven Central"
57
env:
0 commit comments