Skip to content

Commit d25ed8f

Browse files
Update dependency io.github.typesafegithub:github-workflows-kt to v3.7.0 (#126)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [io.github.typesafegithub:github-workflows-kt](https://redirect.github.com/typesafegithub/github-workflows-kt) | `3.6.0` -> `3.7.0` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/3.7.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.github.typesafegithub:github-workflows-kt/3.6.0/3.7.0?slim=true) | --- ### Release Notes <details> <summary>typesafegithub/github-workflows-kt (io.github.typesafegithub:github-workflows-kt)</summary> ### [`v3.7.0`](https://redirect.github.com/typesafegithub/github-workflows-kt/compare/v3.6.0...v3.7.0) [Compare Source](https://redirect.github.com/typesafegithub/github-workflows-kt/compare/v3.6.0...v3.7.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-catalog). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi41NC4yIiwidXBkYXRlZEluVmVyIjoiNDIuNTQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7fc0205 commit d25ed8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.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://repo.maven.apache.org/maven2/")
3-
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.6.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0")
44
@file:DependsOn("it.krzeminski:snakeyaml-engine-kmp-jvm:4.0.1")
55
@file:DependsOn("io.github.optimumcode:json-schema-validator-jvm:0.5.3")
66
@file:DependsOn("com.github.sya-ri:kgit:1.1.0")

.github/workflows/update-metadata.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.6.0")
3+
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.7.0")
44
@file:DependsOn("it.krzeminski:snakeyaml-engine-kmp-jvm:4.0.1")
55
@file:DependsOn("org.eclipse.jgit:org.eclipse.jgit:7.5.0.202512021534-r")
66

0 commit comments

Comments
 (0)