Skip to content

Commit

Permalink
Use a newer version of setup-ruby github action
Browse files Browse the repository at this point in the history
  • Loading branch information
pariser committed Dec 18, 2023
1 parent abbdc2c commit bb238ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rspec_rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ defaults:
jobs:
test:
runs-on: ubuntu-latest
container: ubuntu:focal
strategy:
matrix:
include: # use bundler 2.3 for ruby versions < 2.6 (https://bundler.io/compatibility.html)
Expand All @@ -31,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@ee2113536afb7f793eed4ce60e8d3b26db912da4 # v1.127.0
uses: ruby/setup-ruby@v1.143.0
with:
ruby-version: ${{ matrix.ruby-version }}
bundler: ${{ matrix.bundler-version }}
Expand Down

0 comments on commit bb238ba

Please sign in to comment.