File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66@file:DependsOn(" com.github.sya-ri:kgit:1.1.0" )
77
88@file:Repository(" https://bindings.krzeminski.it" )
9- @file:DependsOn(" actions:checkout:v5 " )
9+ @file:DependsOn(" actions:checkout:v6 " )
1010@file:OptIn(ExperimentalKotlinLogicStep ::class )
1111@file:Suppress(" UNCHECKED_CAST" )
1212
Original file line number Diff line number Diff line change 3131 - ' check_yaml_consistency'
3232 steps :
3333 - id : ' step-0'
34- uses : ' actions/checkout@v5 '
34+ uses : ' actions/checkout@v6 '
3535 - id : ' step-1'
3636 run : |-
3737 find -name *.main.kts -print0 | while read -d $'\0' file
4646 - ' check_yaml_consistency'
4747 steps :
4848 - id : ' step-0'
49- uses : ' actions/checkout@v5 '
49+ uses : ' actions/checkout@v6 '
5050 - id : ' step-1'
5151 name : ' Check for actions'
5252 env :
5959 - ' check_yaml_consistency'
6060 steps :
6161 - id : ' step-0'
62- uses : ' actions/checkout@v5 '
62+ uses : ' actions/checkout@v6 '
6363 - id : ' step-1'
6464 run : ' cd .github/workflows'
6565 - id : ' step-2'
Original file line number Diff line number Diff line change 55@file:DependsOn(" org.eclipse.jgit:org.eclipse.jgit:7.4.0.202509020913-r" )
66
77@file:Repository(" https://bindings.krzeminski.it" )
8- @file:DependsOn(" actions:checkout:v5 " )
8+ @file:DependsOn(" actions:checkout:v6 " )
99@file:DependsOn(" actions:setup-java:v5" )
1010
1111import io.github.typesafegithub.workflows.actions.actions.Checkout
Original file line number Diff line number Diff line change 2727 - ' check_yaml_consistency'
2828 steps :
2929 - id : ' step-0'
30- uses : ' actions/checkout@v5 '
30+ uses : ' actions/checkout@v6 '
3131 - id : ' step-1'
3232 uses : ' actions/setup-java@v5'
3333 with :
You can’t perform that action at this time.
0 commit comments