Revert "without cache version"

This reverts commit 077bab99e3.
This commit is contained in:
Ryan W
2022-12-28 10:03:20 -08:00
parent 077bab99e3
commit 8aab4504cb
+2
View File
@@ -20,6 +20,7 @@ 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
@@ -56,6 +57,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
cache-version: 2
- name: Create database
run: |