Skip to content

Commit c2d5065

Browse files
chore(deps): update dependency fwilhe2:setup-kotlin to v1 (#1795)
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 <3110813+krzema12@users.noreply.github.com>
1 parent 9371f47 commit c2d5065

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/bindings-server.main.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@file:Repository("https://bindings.krzeminski.it")
66
@file:DependsOn("actions:checkout:v4")
77
@file:DependsOn("gradle:actions__setup-gradle:v4")
8-
@file:DependsOn("fwilhe2:setup-kotlin:0.11.0")
8+
@file:DependsOn("fwilhe2:setup-kotlin:v1")
99

1010
import io.github.typesafegithub.workflows.actions.actions.Checkout
1111
import io.github.typesafegithub.workflows.actions.fwilhe2.SetupKotlin

.github/workflows/bindings-server.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
.github/workflows/test-served-bindings-depend-on-library.main.kts
8181
- id: 'step-8'
8282
name: 'Install Kotlin 1.9.0'
83-
uses: 'fwilhe2/setup-kotlin@0.11.0'
83+
uses: 'fwilhe2/setup-kotlin@v1'
8484
with:
8585
version: '1.9.0'
8686
- id: 'step-9'
@@ -94,7 +94,7 @@ jobs:
9494
grep "was compiled with an incompatible version of Kotlin" output.txt
9595
- id: 'step-11'
9696
name: 'Install Kotlin 2.0.0'
97-
uses: 'fwilhe2/setup-kotlin@0.11.0'
97+
uses: 'fwilhe2/setup-kotlin@v1'
9898
with:
9999
version: '2.0.0'
100100
- id: 'step-12'

0 commit comments

Comments
 (0)