File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 4040 name : cargo check
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v6
4444 - name : Setup Rust toolchain
4545 run : |
4646 rustup toolchain install stable
5959 needs : check
6060 runs-on : ubuntu-latest
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v6
6363 - name : Setup Rust toolchain
6464 run : |
6565 rustup toolchain install stable
8282 needs : check
8383 runs-on : ubuntu-latest
8484 steps :
85- - uses : actions/checkout@v4
85+ - uses : actions/checkout@v6
8686 - name : Setup Rust toolchain
8787 run : |
8888 rustup toolchain install stable
@@ -101,7 +101,7 @@ jobs:
101101 name : cargo fmt
102102 runs-on : ubuntu-latest
103103 steps :
104- - uses : actions/checkout@v4
104+ - uses : actions/checkout@v6
105105 - name : Setup Rust toolchain
106106 run : |
107107 rustup toolchain install stable
You can’t perform that action at this time.
0 commit comments