3636 - name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
3737 run : curl -s https://api.ipify.org
3838 - name : " 📥 Checkout repository"
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v5
4040 - name : " ☕️ Setup JDK"
4141 uses : actions/setup-java@v4
4242 with :
7272 - name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
7373 run : curl -s https://api.ipify.org
7474 - name : " 📥 Checkout repository"
75- uses : actions/checkout@v4
75+ uses : actions/checkout@v5
7676 - name : " ☕️ Setup JDK"
7777 uses : actions/setup-java@v4
7878 with :
9898 - name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
9999 run : curl -s https://api.ipify.org
100100 - name : " 📥 Checkout repository"
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v5
102102 - name : " ☕️ Setup JDK"
103103 uses : actions/setup-java@v4
104104 with :
@@ -149,7 +149,7 @@ jobs:
149149 - name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
150150 run : curl -s https://api.ipify.org
151151 - name : " 📥 Checkout repository"
152- uses : actions/checkout@v4
152+ uses : actions/checkout@v5
153153 - name : " ☕️ Setup JDK"
154154 uses : actions/setup-java@v4
155155 with :
@@ -180,7 +180,7 @@ jobs:
180180 - name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
181181 run : curl -s https://api.ipify.org
182182 - name : " 📥 Checkout the repository"
183- uses : actions/checkout@v4
183+ uses : actions/checkout@v5
184184 - name : " ☕️ Setup JDK"
185185 uses : actions/setup-java@v4
186186 with :
@@ -211,7 +211,7 @@ jobs:
211211 - name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
212212 run : curl -s https://api.ipify.org
213213 - name : " 📥 Checkout the repository"
214- uses : actions/checkout@v4
214+ uses : actions/checkout@v5
215215 - name : " ☕️ Setup JDK"
216216 uses : actions/setup-java@v4
217217 with :
@@ -237,7 +237,7 @@ jobs:
237237 - name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
238238 run : curl -s https://api.ipify.org
239239 - name : " 📥 Checkout repository"
240- uses : actions/checkout@v4
240+ uses : actions/checkout@v5
241241 - name : " ☕️ Setup JDK"
242242 uses : actions/setup-java@v4
243243 with :
@@ -284,7 +284,7 @@ jobs:
284284 - name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
285285 run : curl -s https://api.ipify.org
286286 - name : " 📥 Checkout repository"
287- uses : actions/checkout@v4
287+ uses : actions/checkout@v5
288288 - name : " ☕️ Setup JDK"
289289 uses : actions/setup-java@v4
290290 with :
@@ -341,7 +341,7 @@ jobs:
341341 - name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
342342 run : curl -s https://api.ipify.org
343343 - name : " 📥 Checkout repository"
344- uses : actions/checkout@v4
344+ uses : actions/checkout@v5
345345 - name : " ☕️ Setup JDK"
346346 uses : actions/setup-java@v4
347347 with :
@@ -379,7 +379,7 @@ jobs:
379379 - name : " Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it
380380 run : curl -s https://api.ipify.org
381381 - name : " 📥 Checkout the repository"
382- uses : actions/checkout@v4
382+ uses : actions/checkout@v5
383383 with :
384384 fetch-tags : true
385385 - name : " 🔀 Store current branch name"
0 commit comments