36
36
- name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
37
37
run : curl -s https://api.ipify.org
38
38
- name : " 📥 Checkout repository"
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@v5
40
40
- name : " ☕️ Setup JDK"
41
41
uses : actions/setup-java@v4
42
42
with :
72
72
- name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
73
73
run : curl -s https://api.ipify.org
74
74
- name : " 📥 Checkout repository"
75
- uses : actions/checkout@v4
75
+ uses : actions/checkout@v5
76
76
- name : " ☕️ Setup JDK"
77
77
uses : actions/setup-java@v4
78
78
with :
98
98
- name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
99
99
run : curl -s https://api.ipify.org
100
100
- name : " 📥 Checkout repository"
101
- uses : actions/checkout@v4
101
+ uses : actions/checkout@v5
102
102
- name : " ☕️ Setup JDK"
103
103
uses : actions/setup-java@v4
104
104
with :
@@ -149,7 +149,7 @@ jobs:
149
149
- name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
150
150
run : curl -s https://api.ipify.org
151
151
- name : " 📥 Checkout repository"
152
- uses : actions/checkout@v4
152
+ uses : actions/checkout@v5
153
153
- name : " ☕️ Setup JDK"
154
154
uses : actions/setup-java@v4
155
155
with :
@@ -180,7 +180,7 @@ jobs:
180
180
- name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
181
181
run : curl -s https://api.ipify.org
182
182
- name : " 📥 Checkout the repository"
183
- uses : actions/checkout@v4
183
+ uses : actions/checkout@v5
184
184
- name : " ☕️ Setup JDK"
185
185
uses : actions/setup-java@v4
186
186
with :
@@ -211,7 +211,7 @@ jobs:
211
211
- name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
212
212
run : curl -s https://api.ipify.org
213
213
- name : " 📥 Checkout the repository"
214
- uses : actions/checkout@v4
214
+ uses : actions/checkout@v5
215
215
- name : " ☕️ Setup JDK"
216
216
uses : actions/setup-java@v4
217
217
with :
@@ -237,7 +237,7 @@ jobs:
237
237
- name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
238
238
run : curl -s https://api.ipify.org
239
239
- name : " 📥 Checkout repository"
240
- uses : actions/checkout@v4
240
+ uses : actions/checkout@v5
241
241
- name : " ☕️ Setup JDK"
242
242
uses : actions/setup-java@v4
243
243
with :
@@ -284,7 +284,7 @@ jobs:
284
284
- name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
285
285
run : curl -s https://api.ipify.org
286
286
- name : " 📥 Checkout repository"
287
- uses : actions/checkout@v4
287
+ uses : actions/checkout@v5
288
288
- name : " ☕️ Setup JDK"
289
289
uses : actions/setup-java@v4
290
290
with :
@@ -341,7 +341,7 @@ jobs:
341
341
- name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
342
342
run : curl -s https://api.ipify.org
343
343
- name : " 📥 Checkout repository"
344
- uses : actions/checkout@v4
344
+ uses : actions/checkout@v5
345
345
- name : " ☕️ Setup JDK"
346
346
uses : actions/setup-java@v4
347
347
with :
@@ -379,7 +379,7 @@ jobs:
379
379
- name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
380
380
run : curl -s https://api.ipify.org
381
381
- name : " 📥 Checkout the repository"
382
- uses : actions/checkout@v4
382
+ uses : actions/checkout@v5
383
383
with :
384
384
fetch-tags : true
385
385
- name : " 🔀 Store current branch name"
0 commit comments