From e21ba6165dc63e4f00c034cf79313b50035e3da8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 20:11:18 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby in /.github/actions/setup-darwin Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.273.0 to 1.274.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/a25f1e45f0e65a92fcb1e95e8847f78fb0a7197a...ed55d55e820a01da7d3e4863a8c51a61d73c3228) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.274.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/setup-darwin/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-darwin/action.yml b/.github/actions/setup-darwin/action.yml index 5bf78eec..b0dbd2a4 100644 --- a/.github/actions/setup-darwin/action.yml +++ b/.github/actions/setup-darwin/action.yml @@ -36,7 +36,7 @@ runs: shell: bash - name: Set up Ruby - uses: ruby/setup-ruby@a25f1e45f0e65a92fcb1e95e8847f78fb0a7197a # pin@v1.273.0 + uses: ruby/setup-ruby@ed55d55e820a01da7d3e4863a8c51a61d73c3228 # pin@v1.274.0 with: ruby-version: ${{ inputs.ruby }} bundler-cache: true