Skip to content

Commit 0e6a97e

Browse files
chore: bump ruby/setup-ruby from 1.218.0 to 1.221.0 (#1415)
* chore: bump ruby/setup-ruby from 1.218.0 to 1.221.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.218.0 to 1.221.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@v1.218.0...v1.221.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: bump ruby/setup-ruby from 1.218.0 to 1.221.0 * chore: bump jruby from 9.4.10.0 to 9.4.12.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kayla Reopelle <[email protected]> Co-authored-by: Kayla Reopelle <[email protected]>
1 parent 8873a23 commit 0e6a97e

12 files changed

+16
-16
lines changed

.github/actions/test_gem/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
# ...but not for appraisals, sadly.
8585
- name: Install Ruby ${{ inputs.ruby }} with dependencies
8686
if: "${{ steps.setup.outputs.appraisals == 'false' }}"
87-
uses: ruby/setup-ruby@v1.218.0
87+
uses: ruby/setup-ruby@v1.221.0
8888
with:
8989
ruby-version: "${{ inputs.ruby }}"
9090
working-directory: "${{ steps.setup.outputs.gem_dir }}"
@@ -95,7 +95,7 @@ runs:
9595
# If we're using appraisals, do it all manually.
9696
- name: Install Ruby ${{ inputs.ruby }} without dependencies
9797
if: "${{ steps.setup.outputs.appraisals == 'true' }}"
98-
uses: ruby/setup-ruby@v1.218.0
98+
uses: ruby/setup-ruby@v1.221.0
9999
with:
100100
ruby-version: "${{ inputs.ruby }}"
101101
bundler: "latest"

.github/workflows/ci-contrib.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: ./.github/actions/test_gem
6060
with:
6161
gem: "opentelemetry-helpers-${{ matrix.gem }}"
62-
ruby: "jruby-9.4.10.0"
62+
ruby: "jruby-9.4.12.0"
6363

6464
propagators:
6565
strategy:
@@ -103,7 +103,7 @@ jobs:
103103
uses: ./.github/actions/test_gem
104104
with:
105105
gem: "opentelemetry-propagator-${{ matrix.gem }}"
106-
ruby: "jruby-9.4.10.0"
106+
ruby: "jruby-9.4.12.0"
107107

108108
resource-detectors:
109109
strategy:
@@ -148,7 +148,7 @@ jobs:
148148
uses: ./.github/actions/test_gem
149149
with:
150150
gem: "opentelemetry-${{ matrix.gem }}"
151-
ruby: "jruby-9.4.10.0"
151+
ruby: "jruby-9.4.12.0"
152152

153153
processors:
154154
strategy:
@@ -191,4 +191,4 @@ jobs:
191191
uses: ./.github/actions/test_gem
192192
with:
193193
gem: "opentelemetry-processor-${{ matrix.gem }}"
194-
ruby: "jruby-9.4.10.0"
194+
ruby: "jruby-9.4.12.0"

.github/workflows/ci-instrumentation-with-services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: ./.github/actions/test_gem
5858
with:
5959
gem: "opentelemetry-instrumentation-${{ matrix.gem }}"
60-
ruby: "jruby-9.4.10.0"
60+
ruby: "jruby-9.4.12.0"
6161
services:
6262
memcached:
6363
image: memcached:alpine

.github/workflows/ci-instrumentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,4 +114,4 @@ jobs:
114114
uses: ./.github/actions/test_gem
115115
with:
116116
gem: "opentelemetry-instrumentation-${{ matrix.gem }}"
117-
ruby: "jruby-9.4.10.0"
117+
ruby: "jruby-9.4.12.0"

.github/workflows/installation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
# ATTENTION: Dependabot does not know how to update shared actions file.
2727
# If you see it update setup-ruby here also update it as part of actions/test_gem/action.yml
28-
- uses: ruby/setup-ruby@v1.218.0
28+
- uses: ruby/setup-ruby@v1.221.0
2929
with:
3030
ruby-version: ${{ matrix.ruby-version }}
3131
- name: "Install Latest Gem Versions on ${{ matrix.ruby-version }}"

.github/workflows/release-hook-on-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Install Ruby ${{ env.ruby_version }}
15-
uses: ruby/setup-ruby@v1.218.0
15+
uses: ruby/setup-ruby@v1.221.0
1616
with:
1717
ruby-version: ${{ env.ruby_version }}
1818
- name: Checkout repo

.github/workflows/release-hook-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Install Ruby ${{ env.ruby_version }}
16-
uses: ruby/setup-ruby@v1.218.0
16+
uses: ruby/setup-ruby@v1.221.0
1717
with:
1818
ruby-version: ${{ env.ruby_version }}
1919
- name: Checkout repo

.github/workflows/release-perform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Install Ruby ${{ env.ruby_version }}
25-
uses: ruby/setup-ruby@v1.218.0
25+
uses: ruby/setup-ruby@v1.221.0
2626
with:
2727
ruby-version: ${{ env.ruby_version }}
2828
- name: Checkout repo

.github/workflows/release-please.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
chmod 0600 $HOME/.gem/credentials
5151
printf -- "---\n:rubygems_api_key: ${GEM_HOST_API_KEY}\n" > $HOME/.gem/credentials
5252
53-
- uses: ruby/setup-ruby@v1.218.0
53+
- uses: ruby/setup-ruby@v1.221.0
5454
with:
5555
ruby-version: "3.1"
5656
bundler: latest

.github/workflows/release-request-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Install Ruby ${{ env.ruby_version }}
15-
uses: ruby/setup-ruby@v1.218.0
15+
uses: ruby/setup-ruby@v1.221.0
1616
with:
1717
ruby-version: ${{ env.ruby_version }}
1818
- name: Checkout repo

0 commit comments

Comments
 (0)