File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4343
4444 - name : Cache Cargo registry and build artifacts
4545 if : matrix.language == 'rust'
46- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
46+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4747 with :
4848 path : |
4949 ~/.cargo/registry/index
Original file line number Diff line number Diff line change 3636 uses : dtolnay/rust-toolchain@10c3493d811a9096cee4fdf287e41e852f6a51ba # 1.94.0
3737
3838 - name : Cache Cargo registry and build artifacts
39- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
39+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4040 with :
4141 path : |
4242 ~/.cargo/registry/index
Original file line number Diff line number Diff line change 3737
3838 - name : Cache cargo-llvm-cov binary
3939 id : cache-llvm-cov
40- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
40+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
4141 with :
4242 path : ~/.cargo/bin/cargo-llvm-cov
4343 key : cargo-llvm-cov-${{ runner.os }}
Original file line number Diff line number Diff line change 3131 uses : dtolnay/rust-toolchain@10c3493d811a9096cee4fdf287e41e852f6a51ba # 1.94.0
3232
3333 - name : Cache cargo
34- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
34+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3535 with :
3636 path : |
3737 ~/.cargo/registry
Original file line number Diff line number Diff line change 3333 uses : dtolnay/rust-toolchain@10c3493d811a9096cee4fdf287e41e852f6a51ba # 1.94.0
3434
3535 - name : Cache cargo binaries
36- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
36+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3737 with :
3838 path : ~/.cargo/bin
3939 key : ${{ runner.os }}-cargo-bin-audit
5959 uses : dtolnay/rust-toolchain@10c3493d811a9096cee4fdf287e41e852f6a51ba # 1.94.0
6060
6161 - name : Cache cargo binaries
62- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
62+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6363 with :
6464 path : ~/.cargo/bin
6565 key : ${{ runner.os }}-cargo-bin-deny
Original file line number Diff line number Diff line change 5050 components : clippy
5151
5252 - name : Cache Cargo registry and build artifacts
53- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
53+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
5454 with :
5555 path : |
5656 ~/.cargo/registry/index
8080 uses : dtolnay/rust-toolchain@10c3493d811a9096cee4fdf287e41e852f6a51ba # 1.94.0
8181
8282 - name : Cache Cargo registry and build artifacts
83- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
83+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8484 with :
8585 path : |
8686 ~/.cargo/registry/index
You can’t perform that action at this time.
0 commit comments