From d1bc2d72b8fa9ba4dc8a8911ffaa02679b9c968e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 18:05:27 +0000 Subject: [PATCH] chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v1.11.0 (#170) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.github.typesafegithub:github-workflows-kt](https://togithub.com/typesafegithub/github-workflows-kt) | `1.10.0` -> `1.11.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.github.typesafegithub:github-workflows-kt/1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.github.typesafegithub:github-workflows-kt/1.10.0/1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.typesafegithub:github-workflows-kt/1.10.0/1.11.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
typesafegithub/github-workflows-kt (io.github.typesafegithub:github-workflows-kt) ### [`v1.11.0`](https://togithub.com/typesafegithub/github-workflows-kt/releases/tag/v1.11.0): 1.11.0 [Compare Source](https://togithub.com/typesafegithub/github-workflows-kt/compare/v1.10.0...v1.11.0) ##### :star: Features None. ##### :page_facing_up: Docs None. ##### :hammer_and_wrench: Fixes None. ##### :bomb: Breaking changes None. ##### ▶️ Actions - [add codecov/codecov-action@v4](https://togithub.com/typesafegithub/github-workflows-kt/commit/8744c47ca2b274ca3589fed1b3f5fcd197771d71) - [add gradle/gradle-build-action@v3](https://togithub.com/typesafegithub/github-workflows-kt/commit/891635aa00ecf35a8694c61293ae1b8516a1edfe) - [add actions/Borales/actions-yarn@v5](https://togithub.com/typesafegithub/github-workflows-kt/commit/f670c227e42d9f02006fbff3996c1041afa93af5) - [add gradle/wrapper-validation-action@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/30f859ec25883056f2167c306aae424049ce7f25) - [add madhead/semver-utils@v4](https://togithub.com/typesafegithub/github-workflows-kt/commit/2340366ebbafe7f8872e0e3f060675f586d987ce) - [add microsoft/setup-msbuild@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/6b08eda0578f37d6138a9df3128b6564de79eb6d) - [add peter-evans/create-issue-from-file@v5](https://togithub.com/typesafegithub/github-workflows-kt/commit/dabfa626a55cb814b3d3b73d7aec3f68d3853789) - [add peter-evans/create-pull-request@v6](https://togithub.com/typesafegithub/github-workflows-kt/commit/b928940cdf75728c4b262dc99d7ca636c8991a4d) - [update actions/upload-artifact@v4](https://togithub.com/typesafegithub/github-workflows-kt/commit/28b40cbe0bb37fb2433eecc9717c350550e02747) - [update gradle/gradle-build-action@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/168adb649c5e3d11cb7f772b14beb2827cccfec2) - [update ruby/setup-ruby@v1](https://togithub.com/typesafegithub/github-workflows-kt/commit/b244868c8cdbe6f19bee7152b643e4e08734e296) - [update ReactiveCircus/android-emulator-runner@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/644dc9ceb15ed278e1861f26a9100bbd16c06208) *** The above release notes include customer-facing changes. If you're interested also in internal changes, please see the full changelog: https://github.com/typesafegithub/github-workflows-kt/compare/v1.10.0...v1.11.0
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/typesafegithub/github-actions-typing). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/build.main.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.main.kts b/.github/workflows/build.main.kts index 0277440..a104951 100755 --- a/.github/workflows/build.main.kts +++ b/.github/workflows/build.main.kts @@ -1,5 +1,5 @@ #!/usr/bin/env kotlin -@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.10.0") +@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.11.0") import io.github.typesafegithub.workflows.actions.actions.CheckoutV4 import io.github.typesafegithub.workflows.actions.actions.SetupJavaV4