File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.2.0" )
44
55@file:Repository(" https://bindings.krzeminski.it" )
6- @file:DependsOn(" actions:checkout:v4 " )
6+ @file:DependsOn(" actions:checkout:v6 " )
77@file:DependsOn(" gradle:actions__setup-gradle:v4" )
88
99import io.github.typesafegithub.workflows.actions.actions.Checkout
Original file line number Diff line number Diff line change 1515 steps :
1616 - id : ' step-0'
1717 name : ' Check out'
18- uses : ' actions/checkout@v4 '
18+ uses : ' actions/checkout@v6 '
1919 - id : ' step-1'
2020 name : ' Execute script'
2121 run : ' rm '' .github/workflows/build.yaml'' && '' .github/workflows/build.main.kts'' '
2828 - ' check_yaml_consistency'
2929 steps :
3030 - id : ' step-0'
31- uses : ' actions/checkout@v4 '
31+ uses : ' actions/checkout@v6 '
3232 - id : ' step-1'
3333 uses : ' gradle/actions/setup-gradle@v4'
3434 - id : ' step-2'
4040 - ' check_yaml_consistency'
4141 steps :
4242 - id : ' step-0'
43- uses : ' actions/checkout@v4 '
43+ uses : ' actions/checkout@v6 '
4444 - id : ' step-1'
4545 run : |-
4646 find -name *.main.kts -print0 | while read -d $'\0' file
5555 - ' check_yaml_consistency'
5656 steps :
5757 - id : ' step-0'
58- uses : ' actions/checkout@v4 '
58+ uses : ' actions/checkout@v6 '
5959 - id : ' step-1'
6060 run : ' cd .github/workflows'
6161 - id : ' step-2'
Original file line number Diff line number Diff line change 33@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.2.0" )
44
55@file:Repository(" https://bindings.krzeminski.it" )
6- @file:DependsOn(" actions:checkout:v4 " )
6+ @file:DependsOn(" actions:checkout:v6 " )
77@file:DependsOn(" gradle:actions__setup-gradle:v4" )
88@file:DependsOn(" actions:configure-pages:v5" )
99@file:DependsOn(" actions:upload-pages-artifact:v3" )
Original file line number Diff line number Diff line change 1818 steps :
1919 - id : ' step-0'
2020 name : ' Check out'
21- uses : ' actions/checkout@v4 '
21+ uses : ' actions/checkout@v6 '
2222 - id : ' step-1'
2323 name : ' Execute script'
2424 run : ' rm '' .github/workflows/deploy.yaml'' && '' .github/workflows/deploy.main.kts'' '
3333 name : ' github-pages'
3434 steps :
3535 - id : ' step-0'
36- uses : ' actions/checkout@v4 '
36+ uses : ' actions/checkout@v6 '
3737 - id : ' step-1'
3838 uses : ' gradle/actions/setup-gradle@v4'
3939 - id : ' step-2'
You can’t perform that action at this time.
0 commit comments