3838 if : inputs.cli-changed == 'true'
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242
4343 - name : Setup Rust with linting tools
4444 uses : ./.github/actions/setup-rust
6868 if : inputs.rust-sdk-changed == 'true' || inputs.ci-changed == 'true'
6969 runs-on : ubuntu-latest
7070 steps :
71- - uses : actions/checkout@v4
71+ - uses : actions/checkout@v5
7272
7373 - name : Setup Rust with linting tools
7474 uses : ./.github/actions/setup-rust
8989 if : inputs.typescript-sdk-changed == 'true' || inputs.ci-changed == 'true'
9090 runs-on : ubuntu-latest
9191 steps :
92- - uses : actions/checkout@v4
92+ - uses : actions/checkout@v5
9393
9494 - name : Setup Node.js
9595 uses : actions/setup-node@v4
@@ -126,7 +126,7 @@ jobs:
126126 if : inputs.go-sdk-changed == 'true' || inputs.ci-changed == 'true'
127127 runs-on : ubuntu-latest
128128 steps :
129- - uses : actions/checkout@v4
129+ - uses : actions/checkout@v5
130130
131131 - name : Set up Go
132132 uses : actions/setup-go@v5
@@ -166,7 +166,7 @@ jobs:
166166 if : inputs.go-sdk-changed == 'true' || inputs.ci-changed == 'true'
167167 runs-on : ubuntu-latest
168168 steps :
169- - uses : actions/checkout@v4
169+ - uses : actions/checkout@v5
170170
171171 - name : Set up Go
172172 uses : actions/setup-go@v5
@@ -208,7 +208,7 @@ jobs:
208208 if : inputs.go-sdk-changed == 'true' || inputs.ci-changed == 'true'
209209 runs-on : ubuntu-latest
210210 steps :
211- - uses : actions/checkout@v4
211+ - uses : actions/checkout@v5
212212
213213 - name : Set up Go
214214 uses : actions/setup-go@v5
@@ -283,7 +283,7 @@ jobs:
283283 run :
284284 working-directory : sdk/python
285285 steps :
286- - uses : actions/checkout@v4
286+ - uses : actions/checkout@v5
287287
288288 - name : Set up Python 3.10
289289 uses : actions/setup-python@v5
@@ -323,7 +323,7 @@ jobs:
323323 run :
324324 working-directory : sdk/python
325325 steps :
326- - uses : actions/checkout@v4
326+ - uses : actions/checkout@v5
327327
328328 - name : Set up Python
329329 uses : actions/setup-python@v5
@@ -361,7 +361,7 @@ jobs:
361361 run :
362362 working-directory : sdk/python
363363 steps :
364- - uses : actions/checkout@v4
364+ - uses : actions/checkout@v5
365365
366366 - name : Set up Python
367367 uses : actions/setup-python@v5
@@ -408,7 +408,7 @@ jobs:
408408 run :
409409 working-directory : sdk/python
410410 steps :
411- - uses : actions/checkout@v4
411+ - uses : actions/checkout@v5
412412
413413 - name : Set up Python
414414 uses : actions/setup-python@v5
@@ -435,7 +435,7 @@ jobs:
435435 run :
436436 working-directory : sdk/python
437437 steps :
438- - uses : actions/checkout@v4
438+ - uses : actions/checkout@v5
439439
440440 - name : Set up Python
441441 uses : actions/setup-python@v5
@@ -465,7 +465,7 @@ jobs:
465465 if : inputs.rust-sdk-changed == 'true' || inputs.ci-changed == 'true'
466466 runs-on : ubuntu-latest
467467 steps :
468- - uses : actions/checkout@v4
468+ - uses : actions/checkout@v5
469469
470470 - name : Setup Rust with test tools
471471 uses : ./.github/actions/setup-rust
@@ -489,7 +489,7 @@ jobs:
489489 if : inputs.core-crates-changed == 'true'
490490 runs-on : ubuntu-latest
491491 steps :
492- - uses : actions/checkout@v4
492+ - uses : actions/checkout@v5
493493
494494 - name : Setup Rust with test tools
495495 uses : ./.github/actions/setup-rust
@@ -514,7 +514,7 @@ jobs:
514514 if : inputs.cli-changed == 'true' || inputs.rust-sdk-changed == 'true' || inputs.core-crates-changed == 'true' || inputs.go-sdk-changed == 'true' || inputs.python-sdk-changed == 'true' || inputs.ci-changed == 'true'
515515 runs-on : ubuntu-latest
516516 steps :
517- - uses : actions/checkout@v4
517+ - uses : actions/checkout@v5
518518
519519 - name : Setup Rust
520520 uses : ./.github/actions/setup-rust
@@ -531,7 +531,7 @@ jobs:
531531 if : inputs.components-changed == 'true' || inputs.ci-changed == 'true'
532532 runs-on : ubuntu-latest
533533 steps :
534- - uses : actions/checkout@v4
534+ - uses : actions/checkout@v5
535535
536536 - name : Setup Rust for WASM
537537 uses : ./.github/actions/setup-rust
0 commit comments