Skip to content

Commit ef57040

Browse files
chore(deps): update swatinem/rust-cache action to v2.8.0
1 parent 5f48014 commit ef57040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sudo apt-get -y install musl-tools
7171
if: ${{ matrix.target == 'x86_64-unknown-linux-musl' }}
7272
- name: Rust Cache
73-
uses: Swatinem/rust-cache@v2.7.8
73+
uses: Swatinem/rust-cache@v2.8.0
7474
with:
7575
prefix-key: rust-build-cache-${{ env.RUST_CACHE_VERSION }}
7676
env:

0 commit comments

Comments
 (0)