Incendo / cloud-discord

Discord integrations for Cloud v2.
https://cloud.incendo.org/discord/
MIT License
5 stars 1 forks source link

chore(deps): Update gradle and github actions (major) #66

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 3 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
dawidd6/action-download-artifact action major v3 -> v6
gradle/actions action major v3 -> v4
gradle/wrapper-validation-action action major v2 -> v3

Release Notes

dawidd6/action-download-artifact (dawidd6/action-download-artifact) ### [`v6`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v6) [Compare Source](https://togithub.com/dawidd6/action-download-artifact/compare/v5...v6) **Full Changelog**: https://github.com/dawidd6/action-download-artifact/compare/v5...v6 ### [`v5`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v5) [Compare Source](https://togithub.com/dawidd6/action-download-artifact/compare/v4...v5) **Full Changelog**: https://github.com/dawidd6/action-download-artifact/compare/v4...v5 ### [`v4`](https://togithub.com/dawidd6/action-download-artifact/releases/tag/v4) [Compare Source](https://togithub.com/dawidd6/action-download-artifact/compare/v3...v4) ##### What's Changed - **VERSIONING CHANGE**: now there will only be major releases of this action, e.g. v5, v6 and so on - build(deps): bump undici from 5.28.3 to 5.28.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/284](https://togithub.com/dawidd6/action-download-artifact/pull/284) - build(deps): bump [@​actions/artifact](https://togithub.com/actions/artifact) from 2.1.4 to 2.1.5 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/285](https://togithub.com/dawidd6/action-download-artifact/pull/285) - build(deps): bump [@​actions/artifact](https://togithub.com/actions/artifact) from 2.1.5 to 2.1.7 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/287](https://togithub.com/dawidd6/action-download-artifact/pull/287) - build(deps): bump adm-zip from 0.5.12 to 0.5.13 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/dawidd6/action-download-artifact/pull/289](https://togithub.com/dawidd6/action-download-artifact/pull/289) - Set allow_forks to false by default by [@​timweri](https://togithub.com/timweri) in [https://github.com/dawidd6/action-download-artifact/pull/290](https://togithub.com/dawidd6/action-download-artifact/pull/290) ##### New Contributors - [@​timweri](https://togithub.com/timweri) made their first contribution in [https://github.com/dawidd6/action-download-artifact/pull/290](https://togithub.com/dawidd6/action-download-artifact/pull/290) **Full Changelog**: https://github.com/dawidd6/action-download-artifact/compare/v3...v4
gradle/actions (gradle/actions) ### [`v4`](https://togithub.com/gradle/actions/compare/v3...v4) [Compare Source](https://togithub.com/gradle/actions/compare/v3...v4)
gradle/wrapper-validation-action (gradle/wrapper-validation-action) ### [`v3`](https://togithub.com/gradle/wrapper-validation-action/compare/v2...v3) [Compare Source](https://togithub.com/gradle/wrapper-validation-action/compare/v2...v3)

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.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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

github-actions[bot] commented 3 months ago

Test Results

9 tests  Β±0   9 :white_check_mark: Β±0   0s :stopwatch: Β±0s 3 suites Β±0   0 :zzz: Β±0  3 files   Β±0   0 :x: Β±0 

Results for commit cd4de30c. ± Comparison against base commit e13c9143.

This pull request removes 4 and adds 4 tests. Note that renamed tests count towards both. ``` org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [1] clazz=class java.lang.String, expected=DiscordOptionType{name=STRING, value=3, type=io.leangen.geantyref.TypeToken$1@4d957290} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [2] clazz=class java.lang.Integer, expected=DiscordOptionType{name=INTEGER, value=4, type=io.leangen.geantyref.TypeToken$1@59e39a09} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [3] clazz=class java.lang.Boolean, expected=DiscordOptionType{name=BOOLEAN, value=5, type=io.leangen.geantyref.TypeToken$1@602235c5} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [4] clazz=class java.lang.Double, expected=DiscordOptionType{name=NUMBER, value=10, type=io.leangen.geantyref.TypeToken$1@18986cec} ``` ``` org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [1] clazz=class java.lang.String, expected=DiscordOptionType{name=STRING, value=3, type=io.leangen.geantyref.TypeToken$1@6aaf03a} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [2] clazz=class java.lang.Integer, expected=DiscordOptionType{name=INTEGER, value=4, type=io.leangen.geantyref.TypeToken$1@2d645ed1} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [3] clazz=class java.lang.Boolean, expected=DiscordOptionType{name=BOOLEAN, value=5, type=io.leangen.geantyref.TypeToken$1@69c9a597} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [4] clazz=class java.lang.Double, expected=DiscordOptionType{name=NUMBER, value=10, type=io.leangen.geantyref.TypeToken$1@30386049} ```

:recycle: This comment has been updated with latest results.