Skip to content

Commit 447757c

Browse files
committedMar 30, 2024·
Merge branch 'release/3.4.0'
2 parents 7c29e65 + bee2a76 commit 447757c

File tree

194 files changed

+6586
-2727
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

194 files changed

+6586
-2727
lines changed
 

‎.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
distribution: 'adopt'
3838
cache: gradle
3939
- name: Validate Gradle wrapper
40-
uses: gradle/wrapper-validation-action@v1
40+
uses: gradle/wrapper-validation-action@v2
4141
- name: Lint Kotlin with Gradle
4242
run: ./gradlew lintKotlin
4343
- name: Cleanup Gradle Cache

‎.github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
distribution: 'adopt'
2525
cache: gradle
2626
- name: Validate Gradle wrapper
27-
uses: gradle/wrapper-validation-action@v1
27+
uses: gradle/wrapper-validation-action@v2
2828
- name: Build with Grade
2929
run: ./gradlew build
3030
- name: Publish to the Maven Central Repository

0 commit comments

Comments
 (0)
Please sign in to comment.