File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,19 +15,19 @@ jobs:
1515 runs-on : ubuntu-24.04
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v6
1919 - name : Install Rust
20- uses : dtolnay/rust-toolchain@ed2356ad628626a6b3f5be6c3e0255c0454fcdb9 # stable branch
20+ uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable branch
2121 - name : Run cargo fmt
2222 run : |
2323 cargo fmt --all -- --check
2424
2525 build :
2626 runs-on : ubuntu-24.04
2727 steps :
28- - uses : actions/checkout@v4
28+ - uses : actions/checkout@v6
2929 - name : Install Rust
30- uses : dtolnay/rust-toolchain@ed2356ad628626a6b3f5be6c3e0255c0454fcdb9 # stable branch
30+ uses : dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable branch
3131 - name : Build
3232 run : cargo build --release --locked
3333 - name : Run tests
You can’t perform that action at this time.
0 commit comments