|
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@v6 |
40 | 40 | - name: "☕️ Setup JDK" |
41 | 41 | uses: actions/setup-java@v4 |
42 | 42 | with: |
|
86 | 86 | - name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it |
87 | 87 | run: curl -s https://api.ipify.org |
88 | 88 | - name: "📥 Checkout repository" |
89 | | - uses: actions/checkout@v4 |
| 89 | + uses: actions/checkout@v6 |
90 | 90 | - name: "☕️ Setup JDK" |
91 | 91 | uses: actions/setup-java@v4 |
92 | 92 | with: |
@@ -117,7 +117,7 @@ jobs: |
117 | 117 | - name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it |
118 | 118 | run: curl -s https://api.ipify.org |
119 | 119 | - name: "📥 Checkout repository" |
120 | | - uses: actions/checkout@v4 |
| 120 | + uses: actions/checkout@v6 |
121 | 121 | - name: "☕️ Setup JDK" |
122 | 122 | uses: actions/setup-java@v4 |
123 | 123 | with: |
@@ -146,7 +146,7 @@ jobs: |
146 | 146 | - name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it |
147 | 147 | run: curl -s https://api.ipify.org |
148 | 148 | - name: "📥 Checkout repository" |
149 | | - uses: actions/checkout@v4 |
| 149 | + uses: actions/checkout@v6 |
150 | 150 | - name: "☕️ Setup JDK" |
151 | 151 | uses: actions/setup-java@v4 |
152 | 152 | with: |
@@ -202,7 +202,7 @@ jobs: |
202 | 202 | - name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it |
203 | 203 | run: curl -s https://api.ipify.org |
204 | 204 | - name: "📥 Checkout repository" |
205 | | - uses: actions/checkout@v4 |
| 205 | + uses: actions/checkout@v6 |
206 | 206 | - name: "☕️ Setup JDK" |
207 | 207 | uses: actions/setup-java@v4 |
208 | 208 | with: |
@@ -236,7 +236,7 @@ jobs: |
236 | 236 | - name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it |
237 | 237 | run: curl -s https://api.ipify.org |
238 | 238 | - name: "📥 Checkout the repository" |
239 | | - uses: actions/checkout@v4 |
| 239 | + uses: actions/checkout@v6 |
240 | 240 | - name: "☕️ Setup JDK" |
241 | 241 | uses: actions/setup-java@v4 |
242 | 242 | with: |
@@ -269,7 +269,7 @@ jobs: |
269 | 269 | - name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it |
270 | 270 | run: curl -s https://api.ipify.org |
271 | 271 | - name: "📥 Checkout the repository" |
272 | | - uses: actions/checkout@v4 |
| 272 | + uses: actions/checkout@v6 |
273 | 273 | - name: "☕️ Setup JDK" |
274 | 274 | uses: actions/setup-java@v4 |
275 | 275 | with: |
@@ -297,7 +297,7 @@ jobs: |
297 | 297 | - name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it |
298 | 298 | run: curl -s https://api.ipify.org |
299 | 299 | - name: "📥 Checkout repository" |
300 | | - uses: actions/checkout@v4 |
| 300 | + uses: actions/checkout@v6 |
301 | 301 | - name: "☕️ Setup JDK" |
302 | 302 | uses: actions/setup-java@v4 |
303 | 303 | with: |
@@ -345,7 +345,7 @@ jobs: |
345 | 345 | - name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it |
346 | 346 | run: curl -s https://api.ipify.org |
347 | 347 | - name: "📥 Checkout repository" |
348 | | - uses: actions/checkout@v4 |
| 348 | + uses: actions/checkout@v6 |
349 | 349 | - name: "☕️ Setup JDK" |
350 | 350 | uses: actions/setup-java@v4 |
351 | 351 | with: |
@@ -402,7 +402,7 @@ jobs: |
402 | 402 | - name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it |
403 | 403 | run: curl -s https://api.ipify.org |
404 | 404 | - name: "📥 Checkout repository" |
405 | | - uses: actions/checkout@v4 |
| 405 | + uses: actions/checkout@v6 |
406 | 406 | - name: "☕️ Setup JDK" |
407 | 407 | uses: actions/setup-java@v4 |
408 | 408 | with: |
@@ -453,7 +453,7 @@ jobs: |
453 | 453 | - name: "Output Agent IP" # in the event RAO blocks this agent, this can be used to debug it |
454 | 454 | run: curl -s https://api.ipify.org |
455 | 455 | - name: "📥 Checkout the repository" |
456 | | - uses: actions/checkout@v4 |
| 456 | + uses: actions/checkout@v6 |
457 | 457 | with: |
458 | 458 | fetch-tags: true |
459 | 459 | - name: "🔀 Store current branch name" |
|
0 commit comments