From a246c699aa8eaaf927c28e496c2c611ebba0c6cb Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Sun, 18 Dec 2022 18:48:32 +0100 Subject: [PATCH] CI: Update cache action --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 306f473..9f93d57 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,7 +51,7 @@ jobs: profile: minimal target: ${{ matrix.target }} - - uses: Swatinem/rust-cache@v1 + - uses: Swatinem/rust-cache@v2 - name: Setup | musl tools if: matrix.target == 'x86_64-unknown-linux-musl'