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 6c280b4 commit f5265d9Copy full SHA for f5265d9
.github/workflows/main.yml
@@ -28,7 +28,7 @@ jobs:
28
java-version: '17'
29
30
- name: Setup Gradle
31
- uses: gradle/actions/setup-gradle@v4
+ uses: gradle/actions/setup-gradle@v5
32
33
- name: Run lint
34
run: ./gradlew detekt
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
- name: Run tests
50
run: ./gradlew test
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
- name: Publish package to local staging directory
74
run: ./gradlew clean publish
0 commit comments