Skip to content

Commit

Permalink
Pin bundler version in github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanWenger authored Sep 18, 2024
1 parent 1f07b15 commit ba421ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
${{ runner.os }}-gems-
- name: Install deps
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
- name: Setup deploy options
Expand Down

0 comments on commit ba421ec

Please sign in to comment.