File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 cabal-version : ' 3.10'
3636
3737 - name : Cache Cabal
38- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
38+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
3939 with :
4040 path : |
4141 ~/.cabal/packages
Original file line number Diff line number Diff line change @@ -54,19 +54,19 @@ jobs:
5454 toolchain : ${{ matrix.rust }}
5555
5656 - name : Cache cargo registry
57- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
57+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
5858 with :
5959 path : ~/.cargo/registry
6060 key : ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }}
6161
6262 - name : Cache cargo index
63- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
63+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
6464 with :
6565 path : ~/.cargo/git
6666 key : ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }}
6767
6868 - name : Cache cargo build
69- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
69+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
7070 with :
7171 path : impl/rust-cli/target
7272 key : ${{ runner.os }}-cargo-build-${{ matrix.rust }}-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change 6060
6161 - name : Cache Idris2 install
6262 id : idris2-cache
63- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
63+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
6464 with :
6565 path : ~/.idris2
6666 key : idris2-0.8.0-${{ runner.os }}-v1
Original file line number Diff line number Diff line change 4545 toolchain : stable
4646
4747 - name : Cache Lean build
48- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
48+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
4949 with :
5050 path : proofs/lean4/.lake
5151 key : ${{ runner.os }}-lean-${{ hashFiles('proofs/lean4/lakefile.lean', 'proofs/lean4/lean-toolchain') }}
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Send push notification email
18- uses : dawidd6/action-send-mail@6e502825a508b867ab2954ad6343b68787624c01 # pinned
18+ uses : dawidd6/action-send-mail@994f270325d4f7257aff241a35488ef54ba364a4 # pinned
1919 with :
2020 server_address : ${{ secrets.SMTP_HOST }}
2121 server_port : ${{ secrets.SMTP_PORT }}
Original file line number Diff line number Diff line change 2424 components : rustfmt, clippy
2525
2626 - name : Cache Rust dependencies
27- uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v4
27+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
2828 with :
2929 path : |
3030 ~/.cargo/bin/
You can’t perform that action at this time.
0 commit comments