From 359c0cc6e24ec63ecf68bbf2a9469bea50ddc1ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 20:56:40 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.281.0 to 1.284.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.281.0 to 1.284.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.281.0...v1.284.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.284.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/dependency-updates.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e5f4d42..ab1094d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Ruby - uses: ruby/setup-ruby@v1.281.0 + uses: ruby/setup-ruby@v1.284.0 with: ruby-version: "3.1" bundler-cache: true @@ -52,7 +52,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Ruby - uses: ruby/setup-ruby@v1.281.0 + uses: ruby/setup-ruby@v1.284.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true @@ -76,7 +76,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Ruby - uses: ruby/setup-ruby@v1.281.0 + uses: ruby/setup-ruby@v1.284.0 with: ruby-version: "3.1" bundler-cache: true @@ -111,7 +111,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Ruby - uses: ruby/setup-ruby@v1.281.0 + uses: ruby/setup-ruby@v1.284.0 with: ruby-version: "3.1" bundler-cache: true @@ -135,7 +135,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Ruby - uses: ruby/setup-ruby@v1.281.0 + uses: ruby/setup-ruby@v1.284.0 with: ruby-version: "3.1" bundler-cache: true diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 34087c3..acc7f56 100644 --- a/.github/workflows/dependency-updates.yml +++ b/.github/workflows/dependency-updates.yml @@ -21,7 +21,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Ruby - uses: ruby/setup-ruby@v1.281.0 + uses: ruby/setup-ruby@v1.284.0 with: ruby-version: '3.1' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fa7124c..62d3b6f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Ruby - uses: ruby/setup-ruby@v1.281.0 + uses: ruby/setup-ruby@v1.284.0 with: ruby-version: "3.1" bundler-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 535f34f..0a4d93d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6 - name: Set up Ruby - uses: ruby/setup-ruby@v1.281.0 + uses: ruby/setup-ruby@v1.284.0 with: ruby-version: "3.1" bundler-cache: true