File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
@file:DependsOn(" io.github.typesafegithub:github-workflows-kt:3.5.0" )
4
4
5
5
@file:Repository(" https://bindings.krzeminski.it" )
6
- @file:DependsOn(" actions:checkout:v4 " )
6
+ @file:DependsOn(" actions:checkout:v5 " )
7
7
@file:DependsOn(" actions:setup-java:v5" )
8
8
@file:DependsOn(" gradle:gradle-build-action:v3" )
9
9
@file:DependsOn(" typesafegithub:github-actions-typing:v2" )
Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ jobs:
29
29
steps :
30
30
- id : ' step-0'
31
31
name : ' Checkout github-actions-typing'
32
- uses : ' actions/checkout@v4 '
32
+ uses : ' actions/checkout@v5 '
33
33
with :
34
34
path : ' github-actions-typing'
35
35
- id : ' step-1'
36
36
name : ' Checkout github-actions-typing-catalog'
37
- uses : ' actions/checkout@v4 '
37
+ uses : ' actions/checkout@v5 '
38
38
with :
39
39
repository : ' typesafegithub/github-actions-typing-catalog'
40
40
path : ' github-actions-typing-catalog'
49
49
- ' check_yaml_consistency'
50
50
steps :
51
51
- id : ' step-0'
52
- uses : ' actions/checkout@v4 '
52
+ uses : ' actions/checkout@v5 '
53
53
- id : ' step-1'
54
54
uses : ' typesafegithub/github-actions-typing@v2'
55
55
with :
70
70
- ' check_yaml_consistency'
71
71
steps :
72
72
- id : ' step-0'
73
- uses : ' actions/checkout@v4 '
73
+ uses : ' actions/checkout@v5 '
74
74
- id : ' step-1'
75
75
name : ' Set up Java in proper version'
76
76
uses : ' actions/setup-java@v5'
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
26
26
steps :
27
27
- id : ' step-0'
28
28
name : ' Checkout github-actions-typing'
29
- uses : ' actions/checkout@v4 '
29
+ uses : ' actions/checkout@v5 '
30
30
with :
31
31
path : ' github-actions-typing'
32
32
- id : ' step-1'
33
33
name : ' Checkout github-actions-typing-catalog'
34
- uses : ' actions/checkout@v4 '
34
+ uses : ' actions/checkout@v5 '
35
35
with :
36
36
repository : ' typesafegithub/github-actions-typing-catalog'
37
37
path : ' github-actions-typing-catalog'
Original file line number Diff line number Diff line change 4
4
@file:DependsOn(" org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0" )
5
5
6
6
@file:Repository(" https://bindings.krzeminski.it" )
7
- @file:DependsOn(" actions:checkout:v4 " )
7
+ @file:DependsOn(" actions:checkout:v5 " )
8
8
@file:DependsOn(" gradle:actions__setup-gradle:v4" )
9
9
@file:OptIn(ExperimentalKotlinLogicStep ::class )
10
10
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ jobs:
31
31
steps :
32
32
- id : ' step-0'
33
33
name : ' Checkout github-actions-typing'
34
- uses : ' actions/checkout@v4 '
34
+ uses : ' actions/checkout@v5 '
35
35
with :
36
36
path : ' github-actions-typing'
37
37
- id : ' step-1'
38
38
name : ' Checkout github-actions-typing-catalog'
39
- uses : ' actions/checkout@v4 '
39
+ uses : ' actions/checkout@v5 '
40
40
with :
41
41
repository : ' typesafegithub/github-actions-typing-catalog'
42
42
path : ' github-actions-typing-catalog'
You can’t perform that action at this time.
0 commit comments