From 96e702fb8fbb16372f7a9183aee2f9e6b3a9da67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 12:00:42 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.280.0 to 1.281.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.280.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/v1.280.0...v1.281.0) --- 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/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 cdb839f5..44d76970 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.280.0 + uses: ruby/setup-ruby@v1.281.0 with: bundler-cache: true - name: Build the site diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 522fb0e5..c8929260 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.280.0 + uses: ruby/setup-ruby@v1.281.0 with: bundler-cache: true - name: Setup Pages