We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c20f9 commit 0cf5862Copy full SHA for 0cf5862
.github/actions/test_gem/action.yml
@@ -84,7 +84,7 @@ runs:
84
# ...but not for appraisals, sadly.
85
- name: Install Ruby ${{ inputs.ruby }} with dependencies
86
if: "${{ steps.setup.outputs.appraisals == 'false' }}"
87
- uses: ruby/setup-ruby@v1.215.0
+ uses: ruby/setup-ruby@v1.216.0
88
with:
89
ruby-version: "${{ inputs.ruby }}"
90
working-directory: "${{ steps.setup.outputs.gem_dir }}"
@@ -95,7 +95,7 @@ runs:
95
# If we're using appraisals, do it all manually.
96
- name: Install Ruby ${{ inputs.ruby }} without dependencies
97
if: "${{ steps.setup.outputs.appraisals == 'true' }}"
98
99
100
101
bundler: "latest"
0 commit comments