File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 components : clippy
7777
7878 - name : Cache Cargo registry & build
79- uses : actions/cache@v4
79+ uses : actions/cache@v5
8080 with :
8181 path : |
8282 ~/.cargo/registry
@@ -105,7 +105,7 @@ jobs:
105105 targets : wasm32-unknown-unknown
106106
107107 - name : Cache Cargo registry & build
108- uses : actions/cache@v4
108+ uses : actions/cache@v5
109109 with :
110110 path : |
111111 ~/.cargo/registry
@@ -132,7 +132,7 @@ jobs:
132132 - uses : dtolnay/rust-toolchain@stable
133133
134134 - name : Cache Cargo registry
135- uses : actions/cache@v4
135+ uses : actions/cache@v5
136136 with :
137137 path : |
138138 ~/.cargo/registry
Original file line number Diff line number Diff line change 3131 targets : wasm32-unknown-unknown
3232
3333 - name : Cache Cargo registry & build
34- uses : actions/cache@v4
34+ uses : actions/cache@v5
3535 with :
3636 path : |
3737 ~/.cargo/registry
You can’t perform that action at this time.
0 commit comments