diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-10 11:10:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-10 05:40:07 +0000 |
commit | 9285f8c6ecf4289ccd936ec555eced546ed3b5ba (patch) | |
tree | edc7462d1fec56ac8ea69d60018885eba921ddc4 /.github | |
parent | 0390d4dc089636cbbbee5844a557b1eca1d11854 (diff) |
chore(deps): update gradle/wrapper-validation-action action to v2.1.3 (#2994)
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 1328689e..4c6a0dd2 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@b231772637bb498f11fdbc86052b6e8a8dc9fc92 # v2.1.2 + uses: gradle/wrapper-validation-action@b5418f5a58f5fd2eb486dd7efb368fe7be7eae45 # v2.1.3 |