We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bceaa commit f5bf437Copy full SHA for f5bf437
.github/workflows/gradle.yaml
@@ -27,6 +27,6 @@ jobs:
27
java-version: '21'
28
distribution: 'temurin'
29
- name: 'Build with Gradle'
30
- uses: 'gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa'
+ uses: 'gradle/gradle-build-action@v3'
31
with:
32
arguments: 'compileKotlin compileTestKotlin test'
0 commit comments