Skip to content

Commit

Permalink
⬆ Update dependency io.github.typesafegithub:github-workflows-kt to v…
Browse files Browse the repository at this point in the history
…3.0.2 (#779)

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.0.1` -> `3.0.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/3.0.2?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.0.2?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.0.1/3.0.2?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.0.1/3.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

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

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

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

#### ⭐ Features

None.

#### 🛠️ Fixes

None.

#### 💣 Breaking changes

None.

#### 📦 Dependencies

- [update Kotlin to
v2.1.0](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/c11eb9c7e5eee2af8e1a99d0486763bb59efbf09)
- [update it.krzeminski:snakeyaml-engine-kmp to
v3.0.3](https://redirect.github.com/typesafegithub/github-workflows-kt/commit/94ae937d25f233052ba9fe204df9bd0b5d422320)

***

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.0.1...v3.0.2

</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/LeoColman/Petals).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 16b062f commit 76c1853
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-debug.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.0.1")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2")

@file:Repository("https://bindings.krzeminski.it")
@file:DependsOn("actions:checkout:v4")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-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.0.1")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2")

@file:Repository("https://bindings.krzeminski.it")
@file:DependsOn("actions:checkout:v4")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-license-analysis.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.0.1")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2")

@file:Repository("https://bindings.krzeminski.it")
@file:DependsOn("actions:checkout:v4")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.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.0.1")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2")

@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.0.1")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2")

@file:Repository("https://bindings.krzeminski.it")
@file:DependsOn("actions:checkout:v4")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.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.0.1")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:3.0.2")

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

0 comments on commit 76c1853

Please sign in to comment.