Browse Source

Update gradle/wrapper-validation-action action to v2 (#2315)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/2317/head
renovate[bot] 8 months ago committed by GitHub
parent
commit
5cffb013d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/gradle-wrapper-validation.yml

2
.github/workflows/gradle-wrapper-validation.yml

@ -12,4 +12,4 @@ jobs: @@ -12,4 +12,4 @@ jobs:
# No concurrency required, this is a prerequisite to other actions and should run every time.
steps:
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: gradle/wrapper-validation-action@v2

Loading…
Cancel
Save