Revert "cache-version 1"

This reverts commit 5321644580.
This commit is contained in:
Ryan W
2022-12-28 10:07:18 -08:00
parent 5321644580
commit 2527f89946
+2 -2
View File
@@ -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: |