Skip to content

Commit

Permalink
none: fixed "Setup Ruby 2.6"
Browse files Browse the repository at this point in the history
  • Loading branch information
comanl committed Nov 23, 2022
1 parent 8bd28f4 commit e7bf24d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
- name: "Setup ruby 2.6"
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.0
ruby-version: 2.6.10
bundler-cache: false

- name: Bundle install
run: |
gem install bundler:2.1.4
gem install bundler:2.3.26
bundle config path vendor/bundle
bundle install --jobs 16 --retry 10
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/end2end.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ jobs:
- name: "Setup ruby 2.6"
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.0
ruby-version: 2.6.10
bundler-cache: false

- name: Bundle install
run: |
gem install bundler:2.1.4
gem install bundler:2.3.26
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ jobs:
- name: "Setup ruby 2.6"
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.0
ruby-version: 2.6.10
bundler-cache: false

- name: Bundle install
run: |
gem install bundler:2.1.4
gem install bundler:2.3.26
bundle config path vendor/bundle
bundle install --jobs 16 --retry 30
Expand Down

0 comments on commit e7bf24d

Please sign in to comment.