diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-04-13 09:56:41 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-13 04:26:41 +0000 |
commit | bec77eced36176af7ea183893d091befcca50657 (patch) | |
tree | 323d1094eeec6a9b5cb18243a60f9f6ab166e8d3 /.github | |
parent | 91d83ab8a7d062e65c08c5fb4793207375b168a1 (diff) |
chore(deps): update gradle/wrapper-validation-action action to v3 (#2998)
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 4c6a0dd2..90273365 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@b5418f5a58f5fd2eb486dd7efb368fe7be7eae45 # v2.1.3 + uses: gradle/wrapper-validation-action@460a3ca55fc5d559238a0efc7fa9f7465df8585d # v3.3.0 |