From 862f5b4698f98460d8637e11a5355b372771be91 Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 19 Sep 2024 18:58:57 +0900 Subject: [PATCH] cache --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fd1c1d71..688e020d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -78,7 +78,7 @@ jobs: with: ruby-version: "${{ matrix.ruby-version }}" bundler-cache: true - cache-version: 2 + cache-version: 3 - run: sudo apt-get install redis-server - run: bundle exec rake test:activejob @@ -115,7 +115,7 @@ jobs: with: ruby-version: "${{ matrix.ruby-version }}" bundler-cache: true - cache-version: 2 + cache-version: 3 - run: sudo apt-get install redis-server - run: bundle exec rake test:activejob:integration