We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f512a76 commit fcb4cf7Copy full SHA for fcb4cf7
.github/workflows/ci.yml
@@ -49,7 +49,7 @@ jobs:
49
50
- name: 3. Validate Gradle wrapper
51
if: matrix.java == 8 && matrix.mock-maker == 'mock-maker-default' # SINGLE-MATRIX-JOB
52
- uses: gradle/[email protected].4 # https://github.com/gradle/wrapper-validation-action
+ uses: gradle/[email protected].5 # https://github.com/gradle/wrapper-validation-action
53
54
- name: 4. Build and check reproducibility of artifacts (single job only)
55
0 commit comments