From 043aae79a63f84741c7f438cf8f2afb0daa90510 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 12:09:25 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.281.0 to 1.282.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.281.0 to 1.282.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.281.0...v1.282.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.282.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 44d76970..1657d532 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.281.0 + uses: ruby/setup-ruby@v1.282.0 with: bundler-cache: true - name: Build the site diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c8929260..ea2a3f62 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.281.0 + uses: ruby/setup-ruby@v1.282.0 with: bundler-cache: true - name: Setup Pages