Skip to content

Commit

Permalink
Update setup-ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Feb 15, 2024
1 parent dcc0fa4 commit 7be6ed2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
# To automatically get bug fixes and new Ruby versions for ruby/setup-ruby,
# change this to (see https://github.com/ruby/setup-ruby#versioning):
# uses: ruby/setup-ruby@v1
uses: ruby/setup-ruby@2b019609e2b0f1ea1a2bc8ca11cb82ab46ada124
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: false
- name: Select bundler
if: ${{ startsWith(matrix.ruby-version, '2') }}
run: gem install bundler -v 2.4.22
- name: Install gems
run: bundle install
- name: Set up yardocs
Expand Down

0 comments on commit 7be6ed2

Please sign in to comment.