Skip to content

Commit 8ce7fc9

Browse files
author
Phil Friderici
committed
Bump Ruby gem cache version
1 parent 8e376a8 commit 8ce7fc9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
with:
3737
ruby-version: ${{ matrix.ruby }}
3838
bundler-cache: true
39+
cache-version: 2
3940
bundler: '2.1.0'
4041
- name: Validate
4142
run: bundle exec rake check:symlinks check:git_ignore check:dot_underscore check:test_file rubocop syntax lint metadata_lint

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
with:
2121
ruby-version: '2.7'
2222
bundler-cache: true
23+
cache-version: 2
2324
bundler: '2.1.0'
2425
- name: Build and Deploy
2526
env:

0 commit comments

Comments
 (0)