diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-02-01 19:45:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 19:45:10 +0000 |
commit | ddcdc7fa29cc5d0be918da4b95d1317ddcbbde54 (patch) | |
tree | 4d65a6f1c67abc1ae952d7560058b1fd1287b5bf | |
parent | bb43965ce114522888a02ba5d00e7b769de70227 (diff) |
chore(deps): update gradle/wrapper-validation-action action to v2 (#2883)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 c05f28a5..dee03ae9 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@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0 + uses: gradle/wrapper-validation-action@27152f6fa06a6b8062ef7195c795692e51fc2c81 # v2.0.0 |