We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ceabaf commit d475354Copy full SHA for d475354
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: 3. Validate Gradle wrapper
48
if: matrix.java == 8 && matrix.mock-maker == 'mock-maker-default' # SINGLE-MATRIX-JOB
49
- uses: gradle/wrapper-validation-action@v1.0.3 # https://github.com/gradle/wrapper-validation-action
+ uses: gradle/wrapper-validation-action@v1.0.4 # https://github.com/gradle/wrapper-validation-action
50
51
- name: 4. Build and check reproducibility of artifacts (single job only)
52
0 commit comments