Skip to content

Commit abe4ec3

Browse files
committed
Bump bundler cache on CI
1 parent d603b70 commit abe4ec3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
with:
2525
ruby-version: ${{ matrix.ruby }}
2626
bundler-cache: true
27+
cache-version: 2
2728
- run: bundle exec rake
2829

2930
rubocop:
@@ -36,6 +37,7 @@ jobs:
3637
with:
3738
ruby-version: '3.3'
3839
bundler-cache: true
40+
cache-version: 2
3941
- run: bundle exec rubocop
4042

4143
rubies:
@@ -51,6 +53,7 @@ jobs:
5153
with:
5254
ruby-version: ${{ matrix.ruby }}
5355
bundler-cache: true
56+
cache-version: 2
5457
- run: bundle exec rake
5558

5659
psych4:
@@ -68,6 +71,7 @@ jobs:
6871
with:
6972
ruby-version: ${{ matrix.ruby }}
7073
bundler-cache: true
74+
cache-version: 2
7175
- run: bundle exec rake
7276

7377
minimal:
@@ -83,4 +87,5 @@ jobs:
8387
with:
8488
ruby-version: ${{ matrix.ruby }}
8589
bundler-cache: true
90+
cache-version: 2
8691
- run: bin/test-minimal-support

0 commit comments

Comments
 (0)