Skip to content

Commit

Permalink
Update build.yml (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
robinsonzimmermann authored Jan 27, 2023
1 parent f592eb9 commit 5050ac0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- name: Set up Ruby 2.6
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.x
ruby-version: 2.6.10
- name: Bundle install
run: |
gem install bundler:2.2.12
Expand Down

0 comments on commit 5050ac0

Please sign in to comment.