From 017c75e411c4eda1a280fcf6c045d684f2e3bd27 Mon Sep 17 00:00:00 2001 From: darronschall Date: Wed, 22 May 2024 10:51:32 -0400 Subject: [PATCH] Bump bundle cache version This'll ensure a clean action run; I noticed in the previous commit the job outputted "Cache restored successfully" which may have given us a false positive success. --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 95a4f14..8536bf0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,5 +23,6 @@ jobs: with: ruby-version: ${{ matrix.ruby }} bundler-cache: true + cache-version: 1 - name: Run the default task run: bundle exec rake