chore(deps): bump ruby/setup-ruby from 1.270.0 to 1.278.0 (#2149)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2026-01-04 12:56:42 -05:00
committed by GitHub
parent a8bc26cc73
commit 1eaa6c17a9
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ jobs:
persist-credentials: false
- name: Setup Ruby
uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # https://github.com/ruby/setup-ruby/releases/tag/v1.270.0
uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # https://github.com/ruby/setup-ruby/releases/tag/v1.278.0
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

View File

@@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Setup Ruby
uses: ruby/setup-ruby@ac793fdd38cc468a4dd57246fa9d0e868aba9085 # https://github.com/ruby/setup-ruby/releases/tag/v1.270.0
uses: ruby/setup-ruby@4c24fa5ec04b2e79eb40571b1cee2a0d2b705771 # https://github.com/ruby/setup-ruby/releases/tag/v1.278.0
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems