File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 7474 # ...but not for appraisals, sadly.
7575 - name : Install Ruby ${{ inputs.ruby }} with dependencies
7676 if : " ${{ steps.setup.outputs.appraisals == 'false' }}"
77- uses : ruby/setup-ruby@v1.213 .0
77+ uses : ruby/setup-ruby@v1.214 .0
7878 with :
7979 ruby-version : " ${{ inputs.ruby }}"
8080 working-directory : " ${{ steps.setup.outputs.gem_dir }}"
8585 # If we're using appraisals, do it all manually.
8686 - name : Install Ruby ${{ inputs.ruby }} without dependencies
8787 if : " ${{ steps.setup.outputs.appraisals == 'true' }}"
88- uses : ruby/setup-ruby@v1.213 .0
88+ uses : ruby/setup-ruby@v1.214 .0
8989 with :
9090 ruby-version : " ${{ inputs.ruby }}"
9191 bundler : " latest"
Original file line number Diff line number Diff line change 5353 uses : ./.github/actions/test_gem
5454 with :
5555 gem : " opentelemetry-helpers-${{ matrix.gem }}"
56- ruby : " jruby-9.4.9 .0"
56+ ruby : " jruby-9.4.10 .0"
5757
5858 propagators :
5959 strategy :
9292 uses : ./.github/actions/test_gem
9393 with :
9494 gem : " opentelemetry-propagator-${{ matrix.gem }}"
95- ruby : " jruby-9.4.9 .0"
95+ ruby : " jruby-9.4.10 .0"
9696
9797 resource-detectors :
9898 strategy :
@@ -131,7 +131,7 @@ jobs:
131131 uses : ./.github/actions/test_gem
132132 with :
133133 gem : " opentelemetry-${{ matrix.gem }}"
134- ruby : " jruby-9.4.9 .0"
134+ ruby : " jruby-9.4.10 .0"
135135
136136 processors :
137137 strategy :
@@ -168,4 +168,4 @@ jobs:
168168 uses : ./.github/actions/test_gem
169169 with :
170170 gem : " opentelemetry-processor-${{ matrix.gem }}"
171- ruby : " jruby-9.4.9 .0"
171+ ruby : " jruby-9.4.10 .0"
Original file line number Diff line number Diff line change 5151 uses : ./.github/actions/test_gem
5252 with :
5353 gem : " opentelemetry-instrumentation-${{ matrix.gem }}"
54- ruby : " jruby-9.4.9 .0"
54+ ruby : " jruby-9.4.10 .0"
5555 services :
5656 memcached :
5757 image : memcached:alpine
Original file line number Diff line number Diff line change @@ -108,4 +108,4 @@ jobs:
108108 uses : ./.github/actions/test_gem
109109 with :
110110 gem : " opentelemetry-instrumentation-${{ matrix.gem }}"
111- ruby : " jruby-9.4.9 .0"
111+ ruby : " jruby-9.4.10 .0"
You can’t perform that action at this time.
0 commit comments