File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1717 run : |
1818 rustup component add rustfmt clippy
1919 - name : Cache cargo registry
20- uses : actions/cache@v4
20+ uses : actions/cache@v5
2121 with :
2222 path : |
2323 ~/.cargo/registry
2626 restore-keys : |
2727 ${{ runner.os }}-cargo-registry-
2828 - name : Cache cargo build
29- uses : actions/cache@v4
29+ uses : actions/cache@v5
3030 with :
3131 path : target
3232 key : ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
Original file line number Diff line number Diff line change 1818 toolchain : 1.86.0
1919 components : rustfmt, clippy
2020 - name : Cache cargo registry
21- uses : actions/cache@v4
21+ uses : actions/cache@v5
2222 with :
2323 path : |
2424 ~/.cargo/registry
2727 restore-keys : |
2828 ${{ runner.os }}-cargo-registry-
2929 - name : Cache cargo build
30- uses : actions/cache@v4
30+ uses : actions/cache@v5
3131 with :
3232 path : target
3333 key : ${{ runner.os }}-cargo-build-${{ hashFiles('**/Cargo.lock') }}
You can’t perform that action at this time.
0 commit comments