From 9422a626b3f3e37e9483ca05e272f86a6b4372a0 Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 8 Aug 2024 14:42:19 +0100 Subject: [PATCH] chore: invalidate cache --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1b10b162..39a0f82a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,6 +37,7 @@ jobs: with: ruby-version: ${{ matrix.ruby_version }} bundler-cache: true + cache-version: test-123 - run: "bundle exec appraisal install" - run: "bundle exec appraisal rack-2 rake" test-with-active-support: @@ -55,5 +56,6 @@ jobs: with: ruby-version: ${{ matrix.ruby_version }} bundler-cache: true + cache-version: test-123 - run: "bundle exec appraisal install" - run: "bundle exec appraisal activesupport rake spec_with_active_support"