Bumps gradle/wrapper-validation-action from 2.1.2 to 3.3.0.
Release notes
Sourced from gradle/wrapper-validation-action's releases.
v3.3.0
This is the first release of
gradle/wrapper-validation-actionavailable with thev3version tag.[!IMPORTANT] As of
v3this action has been deprecated bygradle/actions/wrapper-validation. Any workflow that usesgradle/wrapper-validation-action@v3will transparently delegate togradle/actions/wrapper-validation@v3.Users are encouraged to update their workflows, replacing:
uses: gradle/wrapper-validation-action@v3with
uses: gradle/actions/wrapper-validation@v3See the wrapper-validation documentation for up-to-date documentation for
gradle/actions/wrapper-validation.Changes from
wrapper-validation-acion@v2There are no functional changes in this release. The jump directly to
v3(andv3.3.0) serves 2 purposes:
- Ensure that users explicitly switch to the new delegating action implementation
- This upgrade also provides an opportunity for users to switch directly to
gradle/actions/wrapper-validation- Allows us to have consistent version numbering between
gradle/wrapper-validation-actionandgradle/actions/wrapper-validationSee #198
Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2.1.3...v3.3.0
v2.1.3
What's Changed
- Update various NPM dependencies
- Update wrapper checksums to include Gradle 8.7
Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2.1.2...v2.1.3
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show
Comment From: dependabot[bot]
Looks like gradle/wrapper-validation-action is no longer a dependency, so this is no longer needed.