File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
timeout-minutes : 10
16
16
steps :
17
17
- name : Checkout current branch
18
- uses : actions/checkout@v4.2.2
18
+ uses : actions/checkout@v5.0.0
19
19
with :
20
20
fetch-depth : 0
21
21
- name : Setup Java
46
46
- ' 3.7.2'
47
47
steps :
48
48
- name : Checkout current branch
49
- uses : actions/checkout@v4.2.2
49
+ uses : actions/checkout@v5.0.0
50
50
with :
51
51
fetch-depth : 0
52
52
- name : Setup Java
69
69
timeout-minutes : 10
70
70
steps :
71
71
- name : Checkout current branch
72
- uses : actions/checkout@v4.2.2
72
+ uses : actions/checkout@v5.0.0
73
73
- name : Setup Java
74
74
uses : actions/setup-java@v4.7.1
75
75
with :
86
86
timeout-minutes : 10
87
87
steps :
88
88
- name : Checkout current branch
89
- uses : actions/checkout@v4.2.2
89
+ uses : actions/checkout@v5.0.0
90
90
- name : Setup Java
91
91
uses : actions/setup-java@v4.7.1
92
92
with :
@@ -112,7 +112,7 @@ jobs:
112
112
if : github.event_name != 'pull_request'
113
113
steps :
114
114
- name : Checkout current branch
115
- uses : actions/checkout@v4.2.2
115
+ uses : actions/checkout@v5.0.0
116
116
with :
117
117
fetch-depth : 0
118
118
- name : Setup Java
Original file line number Diff line number Diff line change 14
14
timeout-minutes : 30
15
15
steps :
16
16
- name : Checkout current branch
17
- uses : actions/checkout@v4.2.2
17
+ uses : actions/checkout@v5.0.0
18
18
with :
19
19
fetch-depth : ' 0'
20
20
- name : Setup Java
You can’t perform that action at this time.
0 commit comments