diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-10-24 23:52:53 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-24 23:52:53 +0530 |
commit | b8863f1def7ae51cdc1fadf85e19390dc20895e3 (patch) | |
tree | 191e5a02b4b00c2f419287bb4ff05528926c9a50 /.github | |
parent | 7776710116e6ee3a20984a1da1f4135e16297be4 (diff) |
chore(deps): update gradle/wrapper-validation-action action to v1.0.5 (#2210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/validate_gradle_wrapper.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/validate_gradle_wrapper.yml b/.github/workflows/validate_gradle_wrapper.yml index e4d5bdb7..b4c1844d 100644 --- a/.github/workflows/validate_gradle_wrapper.yml +++ b/.github/workflows/validate_gradle_wrapper.yml @@ -16,4 +16,4 @@ jobs: uses: actions/checkout@v3.1.0 - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@v1.0.4 + uses: gradle/wrapper-validation-action@v1.0.5 |