Skip to content

Commit

Permalink
chore(deps): update dependency fwilhe2:setup-kotlin to v1 (#1795)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[fwilhe2:setup-kotlin](https://redirect.github.com/fwilhe2/setup-kotlin)
| `0.11.0` -> `v1` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/fwilhe2:setup-kotlin/v1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/fwilhe2:setup-kotlin/v1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/fwilhe2:setup-kotlin/0.11.0/v1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/fwilhe2:setup-kotlin/0.11.0/v1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### 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-workflows-kt).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Piotr Krzemiński <[email protected]>
  • Loading branch information
renovate[bot] and krzema12 authored Jan 22, 2025
1 parent 9371f47 commit c2d5065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bindings-server.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@file:Repository("https://bindings.krzeminski.it")
@file:DependsOn("actions:checkout:v4")
@file:DependsOn("gradle:actions__setup-gradle:v4")
@file:DependsOn("fwilhe2:setup-kotlin:0.11.0")
@file:DependsOn("fwilhe2:setup-kotlin:v1")

import io.github.typesafegithub.workflows.actions.actions.Checkout
import io.github.typesafegithub.workflows.actions.fwilhe2.SetupKotlin
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/bindings-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
.github/workflows/test-served-bindings-depend-on-library.main.kts
- id: 'step-8'
name: 'Install Kotlin 1.9.0'
uses: 'fwilhe2/setup-kotlin@0.11.0'
uses: 'fwilhe2/setup-kotlin@v1'
with:
version: '1.9.0'
- id: 'step-9'
Expand All @@ -94,7 +94,7 @@ jobs:
grep "was compiled with an incompatible version of Kotlin" output.txt
- id: 'step-11'
name: 'Install Kotlin 2.0.0'
uses: 'fwilhe2/setup-kotlin@0.11.0'
uses: 'fwilhe2/setup-kotlin@v1'
with:
version: '2.0.0'
- id: 'step-12'
Expand Down

0 comments on commit c2d5065

Please sign in to comment.