From 359f85c3881a1b664203295fe2c1d947c487d2dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 21:09:08 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.284.0 to 1.286.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.284.0 to 1.286.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.284.0...v1.286.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.286.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 ab1094d..392b50a 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.284.0 + uses: ruby/setup-ruby@v1.286.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.284.0 + uses: ruby/setup-ruby@v1.286.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.284.0 + uses: ruby/setup-ruby@v1.286.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.284.0 + uses: ruby/setup-ruby@v1.286.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.284.0 + uses: ruby/setup-ruby@v1.286.0 with: ruby-version: "3.1" bundler-cache: true diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index acc7f56..30ecc62 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.284.0 + uses: ruby/setup-ruby@v1.286.0 with: ruby-version: '3.1' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 62d3b6f..59378f8 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.284.0 + uses: ruby/setup-ruby@v1.286.0 with: ruby-version: "3.1" bundler-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0a4d93d..998290d 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.284.0 + uses: ruby/setup-ruby@v1.286.0 with: ruby-version: "3.1" bundler-cache: true