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 v3.2.0 (#378)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[io.github.typesafegithub:github-workflows-kt](https://redirect.github.com/typesafegithub/github-workflows-kt)
| `3.1.0` -> `3.2.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/3.2.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/3.2.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/3.1.0/3.2.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/3.1.0/3.2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

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

###
[`v3.2.0`](https://redirect.github.com/typesafegithub/github-workflows-kt/releases/tag/v3.2.0):
3.2.0

[Compare
Source](https://redirect.github.com/typesafegithub/github-workflows-kt/compare/v3.1.0...v3.2.0)

##### ⭐ Features

- [allow setting custom step
ID](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/8661b2626c6a332b487d2db4e32c86e73edb069a)
- [add 'type' argument to Release
trigger](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/dbcf5d5b0769e0ed5c73e7e6d58f01b5678333ae)
- [allow building ActionStep outside of
job](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/0406c8d26fe89fac484ae95e05d18ab6e674da46)
- [add properties to WorkflowCall
trigger](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/50dbba1841b616fd7ec9a4bc3ffc09149bf6479a)
- [add 'number' as input type of
WorkflowDispatch](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/3e6fd5aa29012a399f834ed117f033c727586a14)

##### 🛠️ Fixes

None.

##### 💣 Breaking changes

Some of the above features in very rare contexts may be breaking.

##### 📦 Dependencies

None.

***

The above release notes include customer-facing changes.
If you're interested also in internal changes, please see the full
change log:
typesafegithub/github-workflows-kt@v3.1.0...v3.2.0

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/krzema12/snakeyaml-engine-kmp).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 22, 2025
1 parent fb4eac8 commit 9d1e000
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin
@file:Repository("https://repo1.maven.org/maven2/")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")

@file:Repository("https://bindings.krzeminski.it/")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin
@file:Repository("https://repo1.maven.org/maven2/")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout:v4")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-upstream.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin
@file:Repository("https://repo1.maven.org/maven2/")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout:v4")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.main.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env kotlin
@file:Repository("https://repo1.maven.org/maven2/")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.1.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")

@file:Repository("https://bindings.krzeminski.it/")
@file:DependsOn("actions:checkout:v4")
Expand Down

0 comments on commit 9d1e000

Please sign in to comment.