From dd105b00082bc781f5b28a6eba2b828016843650 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 03:53:37 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.254.0 to 1.257.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.254.0 to 1.257.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/2a7b30092b0caf9c046252510f9273b4875f3db9...44511735964dcb71245e7e55f72539531f7bc0eb) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.257.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c927ca67e4..09404d7961 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -51,7 +51,7 @@ jobs: persist-credentials: false - name: Setup Ruby - uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # https://github.com/ruby/setup-ruby/releases/tag/v1.254.0 + uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # https://github.com/ruby/setup-ruby/releases/tag/v1.257.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ea99c32084..9cfc521fca 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Ruby - uses: ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # https://github.com/ruby/setup-ruby/releases/tag/v1.254.0 + uses: ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # https://github.com/ruby/setup-ruby/releases/tag/v1.257.0 with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems