From 2cf545d30d13d1847c5b7c0225346c8113f4d944 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 13:34:08 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.283.0 to 1.284.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.283.0 to 1.284.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.283.0...v1.284.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.284.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fdb9f22..8fdec637 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: - name: Install Homebrew packages run: brew bundle --file .Brewfile - name: Setup Ruby - uses: ruby/setup-ruby@v1.283.0 + uses: ruby/setup-ruby@v1.284.0 with: bundler-cache: true - name: Build the site diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index cd754440..830a9f58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: - name: Install Homebrew packages run: brew bundle --file .Brewfile - name: Setup Ruby - uses: ruby/setup-ruby@v1.283.0 + uses: ruby/setup-ruby@v1.284.0 with: bundler-cache: true - name: Setup Pages