Skip to content

Commit c021b03

Browse files
Update gradle/wrapper-validation-action digest to 85cde3f
1 parent 463739c commit c021b03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
distribution: 'temurin'
1818
cache: 'gradle'
1919
- name: Validate Gradle wrapper
20-
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
20+
uses: gradle/wrapper-validation-action@85cde3f5a1033b2adc2442631c24b530f1183a1a
2121
- name: Build with Gradle
2222
run: ./gradlew clean build
2323
- name: Publish on Sonatype Nexus

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
distribution: 'temurin'
2020
cache: 'gradle'
2121
- name: Validate Gradle wrapper
22-
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
22+
uses: gradle/wrapper-validation-action@85cde3f5a1033b2adc2442631c24b530f1183a1a
2323
- name: Run tests
2424
run: ./gradlew clean test

0 commit comments

Comments
 (0)