Skip to content

Commit

Permalink
chore: bump ruby/setup-ruby in test_gem
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 10, 2024
1 parent 8f2fc7c commit fb9157a
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.202.0
uses: ruby/setup-ruby@v1.203.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.202.0
uses: ruby/setup-ruby@v1.203.0
with:
ruby-version: "${{ inputs.ruby }}"
bundler: "latest"
Expand Down

0 comments on commit fb9157a

Please sign in to comment.