From 7dc91f79bf75decc4b979d673aaed1f9aa9a1026 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 02:24:08 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.278.0 to 1.281.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.278.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/4c24fa5ec04b2e79eb40571b1cee2a0d2b705771...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/ci.yml | 8 ++++---- .github/workflows/dependabot_update_rbis.yml | 2 +- .github/workflows/indexing.yml | 2 +- .github/workflows/publish_docs.yml | 2 +- .github/workflows/version_bump.yml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91b321dd8..6f29bef61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: submodules: "recursive" - name: Set up Ruby - uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0 + uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0 with: bundler-cache: true @@ -54,7 +54,7 @@ jobs: submodules: "recursive" - name: Set up Ruby - uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0 + uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true @@ -102,7 +102,7 @@ jobs: # We need some Ruby installed for the environment activation tests - name: Set up Ruby - uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0 + uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0 with: bundler-cache: true cache-version: 3 @@ -145,7 +145,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Ruby - uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0 + uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0 with: bundler-cache: true working-directory: ./jekyll diff --git a/.github/workflows/dependabot_update_rbis.yml b/.github/workflows/dependabot_update_rbis.yml index a168abce3..05be7c4dc 100644 --- a/.github/workflows/dependabot_update_rbis.yml +++ b/.github/workflows/dependabot_update_rbis.yml @@ -21,7 +21,7 @@ jobs: with: ref: ${{ github.head_ref }} token: ${{ secrets.SHOPIFY_GH_ACCESS_TOKEN }} - - uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0 + - uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0 id: setup with: bundler-cache: true diff --git a/.github/workflows/indexing.yml b/.github/workflows/indexing.yml index 39755499e..fd698a3c2 100644 --- a/.github/workflows/indexing.yml +++ b/.github/workflows/indexing.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Ruby - uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0 + uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0 with: bundler-cache: true diff --git a/.github/workflows/publish_docs.yml b/.github/workflows/publish_docs.yml index 0b6eb94f1..ab114c567 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Set up Ruby - uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0 + uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0 with: bundler-cache: true working-directory: ./jekyll diff --git a/.github/workflows/version_bump.yml b/.github/workflows/version_bump.yml index 666517bac..d394d3f76 100644 --- a/.github/workflows/version_bump.yml +++ b/.github/workflows/version_bump.yml @@ -20,7 +20,7 @@ jobs: name: Checkout - name: Set up Ruby - uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # v1.278.0 + uses: ruby/setup-ruby@675dd7ba1b06c8786a1480d89c384f5620a42647 # v1.281.0 with: bundler-cache: true cache-version: 1