File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 name : Build on Ubuntu
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 - name : Set up Rust toolchain
1212 run : |
1313 rustup update stable
2424 name : Build with Nix
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v6
2828 - uses : cachix/install-nix-action@v31
2929 - uses : cachix/cachix-action@v16
3030 with :
Original file line number Diff line number Diff line change 77 name : Check
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v6
1111 - name : Set up Rust toolchain
1212 run : |
1313 rustup update stable
2020 name : Test Suite
2121 runs-on : ubuntu-latest
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v6
2424 - name : Set up Rust toolchain
2525 run : |
2626 rustup update stable
3333 name : Clippy
3434 runs-on : ubuntu-latest
3535 steps :
36- - uses : actions/checkout@v4
36+ - uses : actions/checkout@v6
3737 - name : Set up Rust toolchain
3838 run : |
3939 rustup update stable
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout repository
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v6
1313 - name : Install Nix
1414 uses : cachix/install-nix-action@v31
1515 with :
You can’t perform that action at this time.
0 commit comments