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.9.0 (#164)

[![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.8.0` -> `1.9.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/1.9.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.9.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.8.0/1.9.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.8.0/1.9.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.9.0`](https://togithub.com/typesafegithub/github-workflows-kt/releases/tag/v1.9.0):
1.9.0

[Compare
Source](https://togithub.com/typesafegithub/github-workflows-kt/compare/v1.8.0...v1.9.0)

##### ⭐ Features

- [allow using steps with logic in
Kotlin](https://togithub.com/typesafegithub/github-workflows-kt/commit/14e83f08e9b968c85f589e011e6e6db50f7204d7)
- [use typings for older version if
available](https://togithub.com/typesafegithub/github-workflows-kt/commit/73322ad9a9b015eeaee035063f3a9586b6c18bb4)

##### 📄 Docs

None.

##### 🛠️ Fixes

None.

##### 💣 Breaking changes

- [mark client-side bindings as
experimental](https://togithub.com/typesafegithub/github-workflows-kt/commit/1b84a3e127a4fec304361a0c36667a9fa4ee2368)
- if you use this feature, you'll need to opt in. See this example
commit:
typesafegithub/github-workflows-kt@83a3ab2
- [clean up
structure](https://togithub.com/typesafegithub/github-workflows-kt/commit/758a084fce252caee93e126f692934024f2db140)
- if you use client-side bindings, you need to adjust the imports of
relevant function(s). See this example commit:
typesafegithub/github-workflows-kt@83a3ab2

##### ▶️ Actions

- [update
ruby/setup-ruby@v1](https://togithub.com/typesafegithub/github-workflows-kt/commit/3533dd43e9bdf4b6f258a86e0b47c424179ea3b9)
- [update
ruby/setup-ruby@v1](https://togithub.com/typesafegithub/github-workflows-kt/commit/56c532e11fb8dd33f22a186d9b0ca8f614baad10)
- [update
mi-kas/kover-report@v1](https://togithub.com/typesafegithub/github-workflows-kt/commit/3205c43bb2750978718cce5a52d9a15e0d64626c)

***

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.8.0...v1.9.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 5, 2024
1 parent 95ea051 commit 0efe699
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.8.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.9.0")

import io.github.typesafegithub.workflows.actions.actions.CheckoutV4
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV4
Expand Down

0 comments on commit 0efe699

Please sign in to comment.