diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-22 11:44:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-22 06:14:01 +0000 |
commit | 9dcb6b4d2fe7b573a42ff7182b31290269f4c212 (patch) | |
tree | 3b8c7e097f503ba24861e5e0081fd8f9790c45d3 /.github | |
parent | 4852adfe2e746ed1cea919225a1798b650657bc8 (diff) |
chore(deps): update gradle/wrapper-validation-action action to v2.1.2 (#2970)
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 641ad235..1328689e 100644 --- a/.github/workflows/validate_gradle_wrapper.yml +++ b/.github/workflows/validate_gradle_wrapper.yml @@ -24,4 +24,4 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Validate Gradle Wrapper - uses: gradle/wrapper-validation-action@699bb18358f12c5b78b37bb0111d3a0e2276e0e2 # v2.1.1 + uses: gradle/wrapper-validation-action@b231772637bb498f11fdbc86052b6e8a8dc9fc92 # v2.1.2 |