Skip to content

Commit f47463a

Browse files
chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v3.3.0 (#325)
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.2.0` -> `3.3.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/3.3.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.3.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.2.0/3.3.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.2.0/3.3.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>typesafegithub/github-workflows-kt (io.github.typesafegithub:github-workflows-kt)</summary> ### [`v3.3.0`](https://redirect.github.com/typesafegithub/github-workflows-kt/releases/tag/v3.3.0): 3.3.0 [Compare Source](https://redirect.github.com/typesafegithub/github-workflows-kt/compare/v3.2.0...v3.3.0) ##### ⭐ Features None. ##### 🛠️ Fixes - [allow running Kotlin-based step if multiple workflows in single file](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/aeb2e200fe921aedb75f5d250f9020fb2a25c64f) ##### 💣 Breaking changes - [allow running Kotlin-based step if multiple workflows in single file](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/aeb2e200fe921aedb75f5d250f9020fb2a25c64f) - breaking only if you use the experimental feature of Kotlin-based steps ##### 📦 Dependencies - [update kotlin monorepo to v2.1.10](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/035e84e095d58125851c056fa6480af27f3760fa) - [update dependency it.krzeminski:snakeyaml-engine-kmp to v3.1.1](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/c9ee38f410ac6ce7d33a89af25df28282a90cee4) *** 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.2.0...v3.3.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/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMDcuMSIsInVwZGF0ZWRJblZlciI6IjM5LjIwNy4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Piotr Krzeminski <[email protected]>
1 parent 8009b3f commit f47463a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0")
44

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

.github/workflows/release.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env kotlin
22
@file:Repository("https://repo1.maven.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.2.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.3.0")
44
@file:DependsOn("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
55

66
@file:Repository("https://bindings.krzeminski.it")

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
env:
8282
GHWKT_GITHUB_CONTEXT_JSON: '${{ toJSON(github) }}'
8383
working-directory: 'github-actions-typing'
84-
run: 'GHWKT_RUN_STEP=''release:step-9'' ''.github/workflows/release.main.kts'''
84+
run: 'GHWKT_RUN_STEP=''release.yaml:release:step-9'' ''.github/workflows/release.main.kts'''
8585
- id: 'step-10'
8686
name: 'Create or update a major version branch'
8787
working-directory: 'github-actions-typing'

0 commit comments

Comments
 (0)