Archived
1
0
Fork
You've already forked Tentacles
0

chore(deps): update gradle/wrapper-validation-action action to v3 #40

Open
renovate[bot] wants to merge 1 commit from renovate/gradle-wrapper-validation-action-3.x into ver/1.19.2
pull from: renovate/gradle-wrapper-validation-action-3.x
merge into: Racci:ver/1.19.2
Racci:ver/1.19.2
Racci:renovate/gradle-8.x
Racci:renovate/io.papermc.paperweight.patcher-1.x
Racci:renovate/net.minecraftforge-forgeflower-1.x
Racci:renovate/io.papermc-paperclip-3.x
Racci:renovate/net.fabricmc-tiny-remapper-0.x
Racci:renovate/net.minecraftforge-forgeflower-2.x
Racci:renovate/gradle-wrapper-validation-action-2.x
Racci:renovate/dorny-paths-filter-3.x
Racci:renovate/com.github.johnrengelman.shadow-8.x
Racci:ver/1.19.1
Racci:ver/1.19
Racci:ver/1.18.2
Racci:ver/1.18.1
renovate[bot] commented 2024年04月13日 01:10:30 +02:00 (Migrated from github.com)
Copy link

This PR contains the following updates:

Package Type Update Change
gradle/wrapper-validation-action action major v2.1.2 -> v3.5.0

Release Notes

gradle/wrapper-validation-action (gradle/wrapper-validation-action)

v3.5.0

Compare Source

[!IMPORTANT]
As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.5.0

v3.4.2

Compare Source

[!IMPORTANT]
As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.4.2

v3.4.1

Compare Source

[!IMPORTANT]
As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.4.1

v3.4.0

Compare Source

[!IMPORTANT]
As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.4.0

v3.3.2

Compare Source

[!IMPORTANT]
As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.3.2

v3.3.1

Compare Source

[!IMPORTANT]
As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

For release details, see https://github.com/gradle/actions/releases/tag/v3.3.1

v3.3.0

Compare Source

This is the first release of gradle/wrapper-validation-action available with the v3 version tag.

[!IMPORTANT]
As of v3 this action has been deprecated by gradle/actions/wrapper-validation.
Any workflow that uses gradle/wrapper-validation-action@v3 will transparently delegate to gradle/actions/wrapper-validation@v3.

Users are encouraged to update their workflows, replacing:

uses: gradle/wrapper-validation-action@v3

with

uses: gradle/actions/wrapper-validation@v3

See the wrapper-validation documentation for up-to-date documentation for gradle/actions/wrapper-validation.

Changes from wrapper-validation-acion@v2

There are no functional changes in this release. The jump directly to v3 (and v3.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-action and gradle/actions/wrapper-validation

See #​198

Full Changelog: https://github.com/gradle/wrapper-validation-action/compare/v2.1.3...v3.3.0

v2.1.3

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [gradle/wrapper-validation-action](https://togithub.com/gradle/wrapper-validation-action) | action | major | `v2.1.2` -> `v3.5.0` | --- ### Release Notes <details> <summary>gradle/wrapper-validation-action (gradle/wrapper-validation-action)</summary> ### [`v3.5.0`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.5.0) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v3.4.2...v3.5.0) > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. For release details, see https://github.com/gradle/actions/releases/tag/v3.5.0 ### [`v3.4.2`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.4.2) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v3.4.1...v3.4.2) > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. For release details, see https://github.com/gradle/actions/releases/tag/v3.4.2 ### [`v3.4.1`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.4.1) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v3.4.0...v3.4.1) > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. For release details, see https://github.com/gradle/actions/releases/tag/v3.4.1 ### [`v3.4.0`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.4.0) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v3.3.2...v3.4.0) > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. For release details, see https://github.com/gradle/actions/releases/tag/v3.4.0 ### [`v3.3.2`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.3.2) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v3.3.1...v3.3.2) > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. For release details, see https://github.com/gradle/actions/releases/tag/v3.3.2 ### [`v3.3.1`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.3.1) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v3.3.0...v3.3.1) > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. For release details, see https://github.com/gradle/actions/releases/tag/v3.3.1 ### [`v3.3.0`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v3.3.0) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v2.1.3...v3.3.0) This is the first release of `gradle/wrapper-validation-action` available with the `v3` version tag. > \[!IMPORTANT] > As of `v3` this action has been deprecated by `gradle/actions/wrapper-validation`. > Any workflow that uses `gradle/wrapper-validation-action@v3` will transparently delegate to `gradle/actions/wrapper-validation@v3`. > > Users are encouraged to update their workflows, replacing: > > uses: gradle/wrapper-validation-action@v3 > > with > > uses: gradle/actions/wrapper-validation@v3 > > See the [wrapper-validation documentation](https://togithub.com/gradle/actions/tree/main/wrapper-validation) for up-to-date documentation for `gradle/actions/wrapper-validation`. ##### Changes from `wrapper-validation-acion@v2` There are no functional changes in this release. The jump directly to `v3` (and `v3.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-action` and `gradle/actions/wrapper-validation` See [#&#8203;198](https://togithub.com/gradle/wrapper-validation-action/issues/198) **Full Changelog**: https://github.com/gradle/wrapper-validation-action/compare/v2.1.3...v3.3.0 ### [`v2.1.3`](https://togithub.com/gradle/wrapper-validation-action/releases/tag/v2.1.3) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v2.1.2...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 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/DaRacci/Tentacles). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM4LjU2LjAiLCJ0YXJnZXRCcmFuY2giOiJ2ZXIvMS4xOS4yIn0=-->
Commenting is not possible because the repository is archived.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Racci/Tentacles!40
Reference in a new issue
Racci/Tentacles
No description provided.
Delete branch "renovate/gradle-wrapper-validation-action-3.x"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?