From 8ed2e5e0a8b4791ebaf9a304b99a5deca5d40e15 Mon Sep 17 00:00:00 2001 From: StackDoubleFlow Date: Tue, 17 Sep 2024 02:00:57 -0400 Subject: [PATCH] ci: update rust-chache to v2 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9d9ef464..4d92a1ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: toolchain: stable target: ${{ matrix.target }} profile: minimal - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 with: key: ${{ matrix.target }}