From dbf6b9b4d84c25a248db3a3754c12bbfdc6d91b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 19:32:58 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.277.0 to 1.281.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.277.0 to 1.281.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/8a836efbcebe5de0fe86b48a775b7a31b5c70c93...675dd7ba1b06c8786a1480d89c384f5620a42647) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.281.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dotfiles_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotfiles_ci.yml b/.github/workflows/dotfiles_ci.yml index 643cef8..b0703c7 100644 --- a/.github/workflows/dotfiles_ci.yml +++ b/.github/workflows/dotfiles_ci.yml @@ -138,7 +138,7 @@ jobs: - name: Checkout code uses: actions/checkout@v6 - name: Set up Ruby - uses: ruby/setup-ruby@8a836efbcebe5de0fe86b48a775b7a31b5c70c93 # v1.277.0 + uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0 with: bundler-cache: true ruby-version: "4.0"