From 2062e33c372df3d6cc82fdbcee16d7deb30cd355 Mon Sep 17 00:00:00 2001 From: Reilly Wood <26268125+rgwood@users.noreply.github.com> Date: Mon, 16 May 2022 01:24:51 -0400 Subject: [PATCH] CI: bust caches (#5550) * bust test cache to see if that fixes issue * bust all caches --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fca31bd8ac..ee1162e78e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: - uses: Swatinem/rust-cache@v1 with: - key: "v1" # increment this to bust the cache if needed + key: "v2" # increment this to bust the cache if needed - name: Rustfmt uses: actions-rs/cargo@v1 @@ -82,7 +82,7 @@ jobs: - uses: Swatinem/rust-cache@v1 with: - key: ${{ matrix.style }}v1 # increment this to bust the cache if needed + key: ${{ matrix.style }}v2 # increment this to bust the cache if needed # - uses: taiki-e/install-action@nextest @@ -125,7 +125,7 @@ jobs: - uses: Swatinem/rust-cache@v1 with: - key: "1" # increment this to bust the cache if needed + key: "2" # increment this to bust the cache if needed - name: Install Nushell uses: actions-rs/cargo@v1