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 v1.12.0 (#171)

[![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.11.0` -> `1.12.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.github.typesafegithub:github-workflows-kt/1.12.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.12.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.11.0/1.12.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.11.0/1.12.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.12.0`](https://togithub.com/typesafegithub/github-workflows-kt/releases/tag/v1.12.0):
1.12.0

[Compare
Source](https://togithub.com/typesafegithub/github-workflows-kt/compare/v1.11.0...v1.12.0)

#### ⭐ Features

None.

#### 📄 Docs

None.

#### 🛠️ Fixes

None.

#### 💣 Breaking changes

None.

#### ▶️ Actions

- [add
gradle/actions@v3/setup-gradle](https://togithub.com/typesafegithub/github-workflows-kt/commit/0475f1c6f0baed39f5ad497e2f70a09d38d4a028)
- [add
Vampire/setup-wsl@v3](https://togithub.com/typesafegithub/github-workflows-kt/commit/847318dac09f3736bf4842bd265422c88bbab0c3)
- [update
bahmutov/npm-install@v1](https://togithub.com/typesafegithub/github-workflows-kt/commit/13f52da82172e9430f1b95d4117ac38d7a7fa5d6)
- [update
codecov/codecov-action@v4](https://togithub.com/typesafegithub/github-workflows-kt/commit/bef9b422e9f51ff653ba0168fc17a58fb24e1fa8)
- [update
docker/setup-buildx-action@v3](https://togithub.com/typesafegithub/github-workflows-kt/commit/dce81ea0e2cda632bfde8e760d5e0bd28c562fe2)
- [update
google-github-actions/auth@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/ca0e22a0fcd903ed30ee410d9b6f11c98bb6a9c2)
- [update
gradle/gradle-build-action@v3](https://togithub.com/typesafegithub/github-workflows-kt/commit/881465705fce99b05214cadaa17b923cf3302b1c)
- [update
gradle/wrapper-validation-action@v2](https://togithub.com/typesafegithub/github-workflows-kt/commit/4b2659da14c0efcb00e6ba333b85301ef9e5568d)

***

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.11.0...v1.12.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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yMjAuMiIsInVwZGF0ZWRJblZlciI6IjM3LjIyMC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 1, 2024
1 parent eeadcd7 commit dbe95d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.main.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env kotlin
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.11.0")
@file:DependsOn("io.github.typesafegithub:github-workflows-kt:1.12.0")

import io.github.typesafegithub.workflows.actions.actions.CheckoutV4
import io.github.typesafegithub.workflows.actions.actions.SetupJavaV4
Expand Down

0 comments on commit dbe95d5

Please sign in to comment.