[GH action] gradleValidation update to gradle/wrapper-validation-action@v1.0.3

This commit is contained in:
Yann Cébron 2020-10-27 11:32:12 +01:00
parent 62dc41e381
commit 82f43ecdc7
2 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
# Validate wrapper
- name: Gradle Wrapper Validation
uses: gradle/wrapper-validation-action@v1
uses: gradle/wrapper-validation-action@v1.0.3
# Run verifyPlugin and test Gradle tasks
test:

View File

@ -7,6 +7,7 @@
- Switch Gradle Wrapper to `-all` to improve the IntelliSense
- Update detekt config to be in line with IJ settings
- Dependencies - upgrade `io.gitlab.arturbosch.detekt` to `1.14.2`
- GitHub Actions - `gradleValidation` update to `gradle/wrapper-validation-action@v1.0.3`
## [0.5.1]
### Added