File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 2323// work-around for https://youtrack.jetbrains.com/issue/KT-69145
2424@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.2.0" )
2525
26- @file:DependsOn(" actions:checkout:v4 " )
27- @file:DependsOn(" typesafegithub:github-actions-typing:v2 " )
26+ @file:DependsOn(" actions:checkout___major:[v4,v5-alpha) " )
27+ @file:DependsOn(" typesafegithub:github-actions-typing___major:[v2,v3-alpha) " )
2828
2929import io.github.typesafegithub.workflows.actions.actions.Checkout
3030import io.github.typesafegithub.workflows.actions.typesafegithub.GithubActionsTyping
Original file line number Diff line number Diff line change 2323@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.2.0" )
2424
2525@file:Repository(" https://bindings.krzeminski.it/" )
26- @file:DependsOn(" actions:checkout:v4 " )
26+ @file:DependsOn(" actions:checkout___major:[v4,v5-alpha) " )
2727
2828import io.github.typesafegithub.workflows.actions.actions.Checkout
2929import io.github.typesafegithub.workflows.domain.RunnerType.UbuntuLatest
Original file line number Diff line number Diff line change 2323@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.2.0" )
2424
2525@file:Repository(" https://bindings.krzeminski.it/" )
26- @file:DependsOn(" actions:checkout:v4 " )
27- @file:DependsOn(" actions:setup-java:v4 " )
28- @file:DependsOn(" burrunan:gradle-cache-action:v1 " )
26+ @file:DependsOn(" actions:checkout___major:[v4,v5-alpha) " )
27+ @file:DependsOn(" actions:setup-java___major:[v4,v5-alpha) " )
28+ @file:DependsOn(" burrunan:gradle-cache-action___major:[v1,v2-alpha) " )
2929
3030import io.github.typesafegithub.workflows.actions.actions.Checkout
3131import io.github.typesafegithub.workflows.actions.actions.SetupJava
Original file line number Diff line number Diff line change 2323@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.2.0" )
2424
2525@file:Repository(" https://bindings.krzeminski.it/" )
26- @file:DependsOn(" actions:cache__restore:v4 " )
27- @file:DependsOn(" actions:cache__save:v4 " )
28- @file:DependsOn(" actions:checkout:v4 " )
29- @file:DependsOn(" actions:setup-java:v4 " )
30- @file:DependsOn(" burrunan:gradle-cache-action:v1 " )
26+ @file:DependsOn(" actions:cache__restore___major:[v4,v5-alpha) " )
27+ @file:DependsOn(" actions:cache__save___major:[v4,v5-alpha) " )
28+ @file:DependsOn(" actions:checkout___major:[v4,v5-alpha) " )
29+ @file:DependsOn(" actions:setup-java___major:[v4,v5-alpha) " )
30+ @file:DependsOn(" burrunan:gradle-cache-action___major:[v1,v2-alpha) " )
3131@file:DependsOn(" Vampire:setup-wsl:RELEASE" )
3232
3333import io.github.typesafegithub.workflows.actions.actions.CacheRestore
Original file line number Diff line number Diff line change 2323@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.2.0" )
2424
2525@file:Repository(" https://bindings.krzeminski.it/" )
26- @file:DependsOn(" actions:checkout:v4 " )
27- @file:DependsOn(" gradle:wrapper-validation-action:v1 " )
26+ @file:DependsOn(" actions:checkout___major:[v4,v5-alpha) " )
27+ @file:DependsOn(" gradle:wrapper-validation-action___major:[v1,v2-alpha) " )
2828
2929import io.github.typesafegithub.workflows.actions.actions.Checkout
3030import io.github.typesafegithub.workflows.actions.gradle.WrapperValidationAction
You can’t perform that action at this time.
0 commit comments