Skip to content

Commit

Permalink
chore(deps): update dependency io.github.typesafegithub:github-workfl…
Browse files Browse the repository at this point in the history
…ows-kt to v1.11.0 (#170)

[![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

<details>
<summary>typesafegithub/github-workflows-kt
(io.github.typesafegithub:github-workflows-kt)</summary>

###
[`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)

##### ⭐ Features

None.

##### 📄 Docs

None.

##### 🛠️ Fixes

None.

##### 💣 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:
typesafegithub/github-workflows-kt@v1.10.0...v1.11.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 5, 2024
1 parent 806ed8f commit d1bc2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d1bc2d7

Please sign in to comment.