File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626
2727 # Caching
2828 - name : Cache cargo registry
29- uses : actions/cache@v1
29+ uses : actions/cache@v4
3030 with :
3131 path : ~/.cargo/registry
3232 key : cargo-registry-${{ hashFiles('Cargo.toml') }}
3333 - name : Cache cargo index
34- uses : actions/cache@v1
34+ uses : actions/cache@v4
3535 with :
3636 path : ~/.cargo/git
3737 key : cargo-index-${{ hashFiles('Cargo.toml') }}
@@ -68,12 +68,12 @@ jobs:
6868
6969 # Caching
7070 - name : Cache cargo registry
71- uses : actions/cache@v1
71+ uses : actions/cache@v4
7272 with :
7373 path : ~/.cargo/registry
7474 key : cargo-registry-${{ hashFiles('Cargo.toml') }}
7575 - name : Cache cargo index
76- uses : actions/cache@v1
76+ uses : actions/cache@v4
7777 with :
7878 path : ~/.cargo/git
7979 key : cargo-index-${{ hashFiles('Cargo.toml') }}
@@ -121,12 +121,12 @@ jobs:
121121
122122 # Caching
123123 - name : Cache cargo registry
124- uses : actions/cache@v1
124+ uses : actions/cache@v4
125125 with :
126126 path : ~/.cargo/registry
127127 key : cargo-registry-${{ hashFiles('Cargo.toml') }}
128128 - name : Cache cargo index
129- uses : actions/cache@v1
129+ uses : actions/cache@v4
130130 with :
131131 path : ~/.cargo/git
132132 key : cargo-index-${{ hashFiles('Cargo.toml') }}
You can’t perform that action at this time.
0 commit comments