Skip to content

Commit 6f6b83d

Browse files
chore(deps): update dependency io.github.typesafegithub:github-workflows-kt to v1.13.0 (#174)
[![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.12.0` -> `1.13.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/1.13.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.13.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.12.0/1.13.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.12.0/1.13.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.13.0`](https://togithub.com/typesafegithub/github-workflows-kt/releases/tag/v1.13.0) [Compare Source](https://togithub.com/typesafegithub/github-workflows-kt/compare/v1.12.0...v1.13.0) #### ⭐ Features None. #### 📄 Docs None. #### 🛠️ Fixes - [allow script names with spaces for Kotlin-based steps](https://togithub.com/typesafegithub/github-workflows-kt/commit/413f4373830d93b1a842ee0c276ea5780fc6319f) #### 💣 Breaking changes None. #### ▶️ Actions - [add Azure/login@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/db4d37653e78719427451c3d88a3d39a5081ea17) - [add cachix/install-nix-action@v26](https://togithub.com/typesafegithub/github-workflows-kt/commit/b5549f977f7f1bcd00d9fd6a7259977c8f872ec3) - [add softprops/action-gh-release@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/a16982b83345477a8ae3141eb5c5391bb355ccbf) - [update subosito/flutter-action@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/e1d4d89d7d33335784fe9296800fd4feb7193001) - [update docker/setup-buildx-action@v3](https://togithub.com/typesafegithub/github-workflows-kt/commit/30fc9b94d2d25d95a55df865bb8f997164181722) - [update subosito/flutter-action@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/8fc438fd4810554ba3496e447ef8484dcbf7a845) *** 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.12.0...v1.13.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 88cadec commit 6f6b83d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env kotlin
2-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.12.0")
2+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.13.0")
33

44
import io.github.typesafegithub.workflows.actions.actions.CheckoutV4
55
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV4

0 commit comments

Comments
 (0)