Skip to content

Commit a5df085

Browse files
committed
use latest rust-cache version
1 parent a27b996 commit a5df085

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/check-rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
9494
9595
- name: Utilize Shared Rust Cache
96-
uses: Swatinem/rust-cache@v2.2.1
96+
uses: Swatinem/rust-cache@v2
9797
with:
9898
key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
9999

@@ -137,7 +137,7 @@ jobs:
137137
profile: minimal
138138

139139
- name: Utilize Shared Rust Cache
140-
uses: Swatinem/rust-cache@v2.2.1
140+
uses: Swatinem/rust-cache@v2
141141
with:
142142
key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
143143

@@ -178,7 +178,7 @@ jobs:
178178
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
179179
180180
- name: Utilize Shared Rust Cache
181-
uses: Swatinem/rust-cache@v2.2.1
181+
uses: Swatinem/rust-cache@v2
182182
with:
183183
key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
184184

@@ -217,7 +217,7 @@ jobs:
217217
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
218218
219219
- name: Utilize Rust shared cached
220-
uses: Swatinem/rust-cache@v2.2.1
220+
uses: Swatinem/rust-cache@v2
221221
with:
222222
key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
223223

@@ -258,7 +258,7 @@ jobs:
258258
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
259259
260260
- name: Utilize Rust shared cached
261-
uses: Swatinem/rust-cache@v2.2.1
261+
uses: Swatinem/rust-cache@v2
262262
with:
263263
key: ${{ matrix.os }}-${{ env.RUST_BIN_DIR }}
264264

.github/workflows/update-chainspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler
5050
5151
- name: Utilize Shared Rust Cache
52-
uses: Swatinem/rust-cache@v2.2.1
52+
uses: Swatinem/rust-cache@v2
5353
with:
5454
key: ubuntu-latest-target/x86_64-unknown-linux-gnu
5555

0 commit comments

Comments
 (0)