Skip to content

Commit 21e2bad

Browse files
Update gradle/wrapper-validation-action digest to 26ffd68
1 parent 463739c commit 21e2bad

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@26ffd686eccbbcbf168186b5363c8ee8edbe39f6
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@26ffd686eccbbcbf168186b5363c8ee8edbe39f6
2323
- name: Run tests
2424
run: ./gradlew clean test

0 commit comments

Comments
 (0)