Skip to content

Commit 4a79655

Browse files
committed
chore: Update test_gem setup-ruby to v1.202.0
1 parent a13447b commit 4a79655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/test_gem/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ runs:
6666
# ...but not for appraisals, sadly.
6767
- name: Install Ruby ${{ inputs.ruby }} with dependencies
6868
if: "${{ steps.setup.outputs.appraisals == 'false' }}"
69-
uses: ruby/setup-ruby@v1.199.0
69+
uses: ruby/setup-ruby@v1.202.0
7070
with:
7171
ruby-version: "${{ inputs.ruby }}"
7272
working-directory: "${{ steps.setup.outputs.gem_dir }}"
@@ -77,7 +77,7 @@ runs:
7777
# If we're using appraisals, do it all manually.
7878
- name: Install Ruby ${{ inputs.ruby }} without dependencies
7979
if: "${{ steps.setup.outputs.appraisals == 'true' }}"
80-
uses: ruby/setup-ruby@v1.199.0
80+
uses: ruby/setup-ruby@v1.202.0
8181
with:
8282
ruby-version: "${{ inputs.ruby }}"
8383
bundler: "latest"

0 commit comments

Comments
 (0)