File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.7.0" )
2424
2525@file:Repository(" https://bindings.krzeminski.it/" )
26- @file:DependsOn(" actions:checkout___major:[v6,v7 -alpha)" )
26+ @file:DependsOn(" actions:checkout___major:[v7,v8 -alpha)" )
2727@file:DependsOn(" codecov:codecov-action___major:[v7,v8-alpha)" )
2828@file:DependsOn(" testlens-app:setup-testlens___major:[v1,v2-alpha)" )
2929
Original file line number Diff line number Diff line change 2020 steps :
2121 - id : ' step-0'
2222 name : ' Check out'
23- uses : ' actions/checkout@v6 '
23+ uses : ' actions/checkout@v7 '
2424 - id : ' step-1'
2525 name : ' Install pinned Kotlin (work-around for KT-86352)'
2626 uses : ' ./.github/actions/install-pinned-kotlin'
3838 steps :
3939 - id : ' step-0'
4040 name : ' Checkout Repository'
41- uses : ' actions/checkout@v6 '
41+ uses : ' actions/checkout@v7 '
4242 - id : ' step-1'
4343 name : ' Install pinned Kotlin (work-around for KT-86352)'
4444 uses : ' ./.github/actions/install-pinned-kotlin'
@@ -112,7 +112,7 @@ jobs:
112112 steps :
113113 - id : ' step-0'
114114 name : ' Checkout Repository'
115- uses : ' actions/checkout@v6 '
115+ uses : ' actions/checkout@v7 '
116116 with :
117117 fetch-depth : ' 2'
118118 - id : ' step-1'
Original file line number Diff line number Diff line change 2323@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.7.0" )
2424
2525@file:Repository(" https://bindings.krzeminski.it/" )
26- @file:DependsOn(" actions:checkout___major:[v6,v7 -alpha)" )
26+ @file:DependsOn(" actions:checkout___major:[v7,v8 -alpha)" )
2727@file:DependsOn(" github:codeql-action__analyze___major:[v4,v5-alpha)" )
2828@file:DependsOn(" github:codeql-action__init___major:[v4,v5-alpha)" )
2929
Original file line number Diff line number Diff line change 2121 steps :
2222 - id : ' step-0'
2323 name : ' Check out'
24- uses : ' actions/checkout@v6 '
24+ uses : ' actions/checkout@v7 '
2525 - id : ' step-1'
2626 name : ' Install pinned Kotlin (work-around for KT-86352)'
2727 uses : ' ./.github/actions/install-pinned-kotlin'
4747 steps :
4848 - id : ' step-0'
4949 name : ' Checkout Repository'
50- uses : ' actions/checkout@v6 '
50+ uses : ' actions/checkout@v7 '
5151 - id : ' step-1'
5252 name : ' Set up JDKs'
5353 uses : ' ./.github/actions/setup-build-env'
Original file line number Diff line number Diff line change 2323@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.7.0" )
2424
2525@file:Repository(" https://bindings.krzeminski.it/" )
26- @file:DependsOn(" actions:checkout___major:[v6,v7 -alpha)" )
26+ @file:DependsOn(" actions:checkout___major:[v7,v8 -alpha)" )
2727@file:DependsOn(" actions:upload-artifact___major:[v7,v8-alpha)" )
2828
2929import io.github.typesafegithub.workflows.actions.actions.Checkout
Original file line number Diff line number Diff line change 2020 steps :
2121 - id : ' step-0'
2222 name : ' Check out'
23- uses : ' actions/checkout@v6 '
23+ uses : ' actions/checkout@v7 '
2424 - id : ' step-1'
2525 name : ' Install pinned Kotlin (work-around for KT-86352)'
2626 uses : ' ./.github/actions/install-pinned-kotlin'
3838 steps :
3939 - id : ' step-0'
4040 name : ' Checkout Repository'
41- uses : ' actions/checkout@v6 '
41+ uses : ' actions/checkout@v7 '
4242 with :
4343 fetch-depth : ' 1'
4444 - id : ' step-1'
Original file line number Diff line number Diff line change 2323@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.7.0" )
2424
2525@file:Repository(" https://bindings.krzeminski.it/" )
26- @file:DependsOn(" actions:checkout___major:[v6,v7 -alpha)" )
26+ @file:DependsOn(" actions:checkout___major:[v7,v8 -alpha)" )
2727@file:DependsOn(" codecov:codecov-action___major:[v7,v8-alpha)" )
2828
2929import io.github.typesafegithub.workflows.actions.actions.Checkout
Original file line number Diff line number Diff line change 1616 steps :
1717 - id : ' step-0'
1818 name : ' Check out'
19- uses : ' actions/checkout@v6 '
19+ uses : ' actions/checkout@v7 '
2020 - id : ' step-1'
2121 name : ' Install pinned Kotlin (work-around for KT-86352)'
2222 uses : ' ./.github/actions/install-pinned-kotlin'
8989 steps :
9090 - id : ' step-0'
9191 name : ' Checkout Repository'
92- uses : ' actions/checkout@v6 '
92+ uses : ' actions/checkout@v7 '
9393 with :
9494 fetch-depth : ' 2'
9595 - id : ' step-1'
@@ -134,7 +134,7 @@ jobs:
134134 steps :
135135 - id : ' step-0'
136136 name : ' Checkout Repository'
137- uses : ' actions/checkout@v6 '
137+ uses : ' actions/checkout@v7 '
138138 - id : ' step-1'
139139 name : ' Set up JDKs'
140140 uses : ' ./.github/actions/setup-build-env'
@@ -166,7 +166,7 @@ jobs:
166166 steps :
167167 - id : ' step-0'
168168 name : ' Checkout Repository'
169- uses : ' actions/checkout@v6 '
169+ uses : ' actions/checkout@v7 '
170170 - id : ' step-1'
171171 name : ' Set up JDKs'
172172 uses : ' ./.github/actions/setup-build-env'
You can’t perform that action at this time.
0 commit comments