Skip to content

Commit 17ad5b0

Browse files
committed
ci: use bundler-cache in ruby/setup-ruby action
Replace manual bundle install with ruby/setup-ruby's built-in bundler-cache feature for better compatibility with Ruby 4.0+ security features.
1 parent 9387b12 commit 17ad5b0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,7 @@ jobs:
5454
- uses: ruby/setup-ruby@v1
5555
with:
5656
ruby-version: ${{ matrix.ruby }}
57-
58-
- name: Install dependencies
59-
run: |
60-
bundle install --jobs 4 --retry 3
57+
bundler-cache: true
6158

6259
- name: Display Ruby version
6360
run: ruby -v

0 commit comments

Comments
 (0)