From ccb258996c346af5f482efe3c70a03b7f78ad15e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 12:09:03 +0000 Subject: [PATCH] ci: bump ruby/setup-ruby in the actions-patch-minor group Bumps the actions-patch-minor group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.310.0 to 1.313.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/afeafc3d1ab54a631816aba4c914a0081c12ff2f...89f90524b88a01fe6e0b732220432cc6142926af) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.313.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-patch-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/beta.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/e2e-simulator.yml | 2 +- .github/workflows/release.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index 1baadf4..6c5c84e 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -50,7 +50,7 @@ jobs: xcode-version: latest-stable - name: Set up Ruby - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 with: ruby-version: .ruby-version bundler-cache: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c668d8..c3cd81f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,7 +36,7 @@ jobs: xcode-version: latest-stable - name: Set up Ruby - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 with: ruby-version: .ruby-version bundler-cache: true diff --git a/.github/workflows/e2e-simulator.yml b/.github/workflows/e2e-simulator.yml index f66b665..8b05e2a 100644 --- a/.github/workflows/e2e-simulator.yml +++ b/.github/workflows/e2e-simulator.yml @@ -33,7 +33,7 @@ jobs: xcode-version: latest-stable - name: Set up Ruby - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 with: ruby-version: .ruby-version bundler-cache: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1a0ee7f..5166c48 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: xcode-version: latest-stable - name: Set up Ruby - uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1 + uses: ruby/setup-ruby@89f90524b88a01fe6e0b732220432cc6142926af # v1 with: ruby-version: .ruby-version bundler-cache: false