Skip to content

Commit f5bf437

Browse files
committed
chore: update GitHub Action
1 parent 66bceaa commit f5bf437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
java-version: '21'
2828
distribution: 'temurin'
2929
- name: 'Build with Gradle'
30-
uses: 'gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa'
30+
uses: 'gradle/gradle-build-action@v3'
3131
with:
3232
arguments: 'compileKotlin compileTestKotlin test'

0 commit comments

Comments
 (0)