Skip to content

Commit

Permalink
chore: Bump setup-ruby in action.yml
Browse files Browse the repository at this point in the history
Upgrade from 1.190.0 to 1.191.0
  • Loading branch information
kaylareopelle committed Sep 6, 2024
1 parent 2bffd2d commit 5a3125c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/test_gem/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ runs:
# ...but not for appraisals, sadly.
- name: Install Ruby ${{ inputs.ruby }} with dependencies
if: "${{ steps.setup.outputs.appraisals == 'false' }}"
uses: ruby/setup-ruby@v1.190.0
uses: ruby/setup-ruby@v1.191.0
with:
ruby-version: "${{ inputs.ruby }}"
working-directory: "${{ steps.setup.outputs.gem_dir }}"
Expand All @@ -77,7 +77,7 @@ runs:
# If we're using appraisals, do it all manually.
- name: Install Ruby ${{ inputs.ruby }} without dependencies
if: "${{ steps.setup.outputs.appraisals == 'true' }}"
uses: ruby/setup-ruby@v1.190.0
uses: ruby/setup-ruby@v1.191.0
with:
ruby-version: "${{ inputs.ruby }}"
bundler: "latest"
Expand Down

0 comments on commit 5a3125c

Please sign in to comment.