From 6168b468844ffa56c732f999439de15d154422fc Mon Sep 17 00:00:00 2001 From: Trey Lowerison <19714082+tlowerison@users.noreply.github.com> Date: Sun, 19 Nov 2023 01:34:03 -0500 Subject: [PATCH] build: bump CD cache key prefix --- .github/workflows/continuous_deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous_deployment.yml b/.github/workflows/continuous_deployment.yml index 63c9c19..432ccc5 100644 --- a/.github/workflows/continuous_deployment.yml +++ b/.github/workflows/continuous_deployment.yml @@ -18,7 +18,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: - prefix-key: "v2-rust" + prefix-key: "v3-rust" save-if: ${{ github.ref == 'refs/heads/main' }} - name: Checkout repository