File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 24
24
25
25
@file:Repository(" https://bindings.krzeminski.it/" )
26
26
@file:DependsOn(" actions:checkout___major:[v4,v5-alpha)" )
27
- @file:DependsOn(" gradle:wrapper-validation-action___major:[v1,v2 -alpha)" )
27
+ @file:DependsOn(" gradle:actions__wrapper-validation___major:[v4,v5 -alpha)" )
28
28
29
29
import io.github.typesafegithub.workflows.actions.actions.Checkout
30
- import io.github.typesafegithub.workflows.actions.gradle.WrapperValidationAction
30
+ import io.github.typesafegithub.workflows.actions.gradle.ActionsWrapperValidation
31
31
import io.github.typesafegithub.workflows.domain.RunnerType.UbuntuLatest
32
32
import io.github.typesafegithub.workflows.domain.triggers.PullRequest
33
33
import io.github.typesafegithub.workflows.domain.triggers.Push
@@ -63,7 +63,7 @@ workflowWithCopyright(
63
63
)
64
64
uses(
65
65
name = " Validate Gradle Wrapper" ,
66
- action = WrapperValidationAction ()
66
+ action = ActionsWrapperValidation ()
67
67
)
68
68
}
69
69
}
Original file line number Diff line number Diff line change 51
51
uses : ' actions/checkout@v4'
52
52
- id : ' step-2'
53
53
name : ' Validate Gradle Wrapper'
54
- uses : ' gradle/wrapper-validation-action@v1 '
54
+ uses : ' gradle/actions/ wrapper-validation@v4 '
You can’t perform that action at this time.
0 commit comments