Remove cache version

This commit is contained in:
Ryan W
2023-01-01 18:53:01 -08:00
parent 2e06167b1f
commit 0de7cd0dbd
-2
View File
@@ -20,7 +20,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 2
- name: Run linters
run: bundle exec rubocop --parallel
- name: Ruby security checks
@@ -57,7 +56,6 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 2
- name: Create database
run: |