Skip to content

Commit

Permalink
ci: Bump setup-ruby to 1.188.0 for test_gem action
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Jul 23, 2024
1 parent cbb8089 commit 20630d7
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.187.0
uses: ruby/setup-ruby@v1.188.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.187.0
uses: ruby/setup-ruby@v1.188.0
with:
ruby-version: "${{ inputs.ruby }}"
bundler: "latest"
Expand Down

0 comments on commit 20630d7

Please sign in to comment.