From e63c4e102faa7b9783adf3e560fa05a13d43cb5a Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Mon, 1 May 2023 15:46:58 -0700 Subject: [PATCH] kick --- .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 723863c5a..d8dddda28 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -19,7 +19,7 @@ jobs: components: rustfmt, clippy - name: Set up cargo cache - uses: actions/rust-cache@v2 + uses: Swatinem/rust-cache@v2 continue-on-error: false with: workspaces: |