|
93 | 93 | sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
|
94 | 94 |
|
95 | 95 | - name: Utilize Shared Rust Cache
|
96 |
| - uses: Swatinem/rust-cache@v2.2.1 |
| 96 | + uses: Swatinem/rust-cache@v2 |
97 | 97 | with:
|
98 | 98 | key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
|
99 | 99 |
|
@@ -137,7 +137,7 @@ jobs:
|
137 | 137 | profile: minimal
|
138 | 138 |
|
139 | 139 | - name: Utilize Shared Rust Cache
|
140 |
| - uses: Swatinem/rust-cache@v2.2.1 |
| 140 | + uses: Swatinem/rust-cache@v2 |
141 | 141 | with:
|
142 | 142 | key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
|
143 | 143 |
|
@@ -178,7 +178,7 @@ jobs:
|
178 | 178 | sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
|
179 | 179 |
|
180 | 180 | - name: Utilize Shared Rust Cache
|
181 |
| - uses: Swatinem/rust-cache@v2.2.1 |
| 181 | + uses: Swatinem/rust-cache@v2 |
182 | 182 | with:
|
183 | 183 | key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
|
184 | 184 |
|
@@ -217,7 +217,7 @@ jobs:
|
217 | 217 | sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
|
218 | 218 |
|
219 | 219 | - name: Utilize Rust shared cached
|
220 |
| - uses: Swatinem/rust-cache@v2.2.1 |
| 220 | + uses: Swatinem/rust-cache@v2 |
221 | 221 | with:
|
222 | 222 | key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
|
223 | 223 |
|
@@ -258,7 +258,7 @@ jobs:
|
258 | 258 | sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
|
259 | 259 |
|
260 | 260 | - name: Utilize Rust shared cached
|
261 |
| - uses: Swatinem/rust-cache@v2.2.1 |
| 261 | + uses: Swatinem/rust-cache@v2 |
262 | 262 | with:
|
263 | 263 | key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
|
264 | 264 |
|
|
0 commit comments