From e7702495c712fb18baea09c757e195619be34c7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 19:33:09 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.293.0 to 1.295.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.293.0 to 1.295.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.293.0...v1.295.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.295.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 9d31e42..f40c8b5 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.293.0 + uses: ruby/setup-ruby@v1.295.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.293.0 + uses: ruby/setup-ruby@v1.295.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.293.0 + uses: ruby/setup-ruby@v1.295.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.293.0 + uses: ruby/setup-ruby@v1.295.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.293.0 + uses: ruby/setup-ruby@v1.295.0 with: ruby-version: "3.1" bundler-cache: true diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 17c5bb9..26ed167 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.293.0 + uses: ruby/setup-ruby@v1.295.0 with: ruby-version: '3.1' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 37da2b0..335e086 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.293.0 + uses: ruby/setup-ruby@v1.295.0 with: ruby-version: "3.1" bundler-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5dff0ad..03c0551 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.293.0 + uses: ruby/setup-ruby@v1.295.0 with: ruby-version: "3.1" bundler-cache: true