From 207db4c92d64dbfc6b6d3206b8b45d4b2c017999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 21:40:11 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.301.0 to 1.302.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.301.0 to 1.302.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.301.0...v1.302.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.302.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 fec749c..7d3f2e9 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.301.0 + uses: ruby/setup-ruby@v1.302.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.301.0 + uses: ruby/setup-ruby@v1.302.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.301.0 + uses: ruby/setup-ruby@v1.302.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.301.0 + uses: ruby/setup-ruby@v1.302.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.301.0 + uses: ruby/setup-ruby@v1.302.0 with: ruby-version: "3.1" bundler-cache: true diff --git a/.github/workflows/dependency-updates.yml b/.github/workflows/dependency-updates.yml index 8381596..5177a7e 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.301.0 + uses: ruby/setup-ruby@v1.302.0 with: ruby-version: '3.1' diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 65c4866..5b15961 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.301.0 + uses: ruby/setup-ruby@v1.302.0 with: ruby-version: "3.1" bundler-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f77334e..a50b32e 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.301.0 + uses: ruby/setup-ruby@v1.302.0 with: ruby-version: "3.1" bundler-cache: true