diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index d05c28d..115ac07 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -20,7 +20,7 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - cache-version: 1 + cache-version: 2 - name: Run linters run: bundle exec rubocop --parallel - name: Ruby security checks @@ -57,7 +57,7 @@ jobs: uses: ruby/setup-ruby@v1 with: bundler-cache: true - cache-version: 1 + cache-version: 2 - name: Create database run: |