File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-22.04
1414 timeout-minutes : 30
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - uses : cachix/install-nix-action@v31
1818 with :
1919 nix_path : nixpkgs=channel:nixos-23.11
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Checkout
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v5
2222 - run : rustup update stable
2323 - name : Check formatting
2424 run : cargo fmt --all --check --verbose
4848 runs-on : ${{ matrix.os }}
4949 steps :
5050 - name : Checkout
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v5
5252
5353 - name : Install sccache
5454 uses : mozilla-actions/sccache-action@v0.0.9
9898 runs-on : ${{ matrix.os }}
9999 steps :
100100 - name : Checkout
101- uses : actions/checkout@v4
101+ uses : actions/checkout@v5
102102
103103 - name : Install sccache
104104 uses : mozilla-actions/sccache-action@v0.0.9
@@ -143,7 +143,7 @@ jobs:
143143 runs-on : ${{ matrix.os }}
144144 steps :
145145 - name : Checkout
146- uses : actions/checkout@v4
146+ uses : actions/checkout@v5
147147
148148 - name : Install sccache
149149 uses : mozilla-actions/sccache-action@v0.0.9
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ crossbeam-channel = "0.5.15"
6060
6161[target .'cfg(target_os = "macos")' .dependencies ]
6262
63- mach2 = " 0.4.2 "
63+ mach2 = " 0.5 "
6464lazy_static = " 1.5.0"
6565flate2 = " 1.0"
6666sysctl = " 0.6.0"
You can’t perform that action at this time.
0 commit comments