|
37 | 37 | env:
|
38 | 38 | CARGO_TERM_COLOR: always
|
39 | 39 | steps:
|
40 |
| - - uses: actions/checkout@v2 |
| 40 | + - uses: actions/checkout@v4 |
41 | 41 | - uses: actions/setup-node@v3
|
42 | 42 | with:
|
43 | 43 | node-version: 18.12.x
|
@@ -168,7 +168,7 @@ jobs:
|
168 | 168 | echo "::set-output name=short-sha::${GITHUB_SHA:0:7}"
|
169 | 169 | manta export-state --chain $HOME/.local/share/calamari-pc/${{ matrix.chain-spec.id }}-${GITHUB_SHA:0:7}-spec.json > $HOME/.local/share/calamari-pc/${{ matrix.chain-spec.id }}-state.json || true
|
170 | 170 |
|
171 |
| - - uses: actions/checkout@v2 |
| 171 | + - uses: actions/checkout@v4 |
172 | 172 | with:
|
173 | 173 | repository: Manta-Network/Manta
|
174 | 174 | path: Manta
|
@@ -212,11 +212,11 @@ jobs:
|
212 | 212 | cd $GITHUB_WORKSPACE/zombienet-tool
|
213 | 213 | chmod +x zombienet
|
214 | 214 | ./zombienet version
|
215 |
| - - uses: actions/checkout@v2 |
| 215 | + - uses: actions/checkout@v4 |
216 | 216 | with:
|
217 | 217 | repository: Manta-Network/Dev-Tools
|
218 | 218 | path: dev-tools-rococo
|
219 |
| - - uses: actions/checkout@v2 |
| 219 | + - uses: actions/checkout@v4 |
220 | 220 | with:
|
221 | 221 | repository: Manta-Network/Dev-Tools
|
222 | 222 | path: dev-tools-calamari
|
@@ -254,7 +254,7 @@ jobs:
|
254 | 254 | --no-autorestart \
|
255 | 255 | -- \
|
256 | 256 | --address=ws://127.0.0.1:9921
|
257 |
| - - uses: actions/checkout@v2 |
| 257 | + - uses: actions/checkout@v4 |
258 | 258 | with:
|
259 | 259 | repository: Manta-Network/Manta
|
260 | 260 | path: Manta
|
@@ -394,7 +394,7 @@ jobs:
|
394 | 394 | runtime:
|
395 | 395 | - name: calamari
|
396 | 396 | steps:
|
397 |
| - - uses: actions/checkout@v2 |
| 397 | + - uses: actions/checkout@v4 |
398 | 398 | - uses: actions/setup-node@v3
|
399 | 399 | - name: fetch manta
|
400 | 400 | uses: actions/download-artifact@v4
|
@@ -423,7 +423,7 @@ jobs:
|
423 | 423 | echo $image_id
|
424 | 424 | echo "Adjusting permissions so we can access docker logs..."
|
425 | 425 | sudo cat /var/lib/docker/containers/${image_id}/${image_id}-json.log
|
426 |
| - - uses: actions/checkout@v2 |
| 426 | + - uses: actions/checkout@v4 |
427 | 427 | with:
|
428 | 428 | repository: Manta-Network/Dev-Tools
|
429 | 429 | path: dev-tools
|
|
0 commit comments