chore(deps): bump ruby/setup-ruby from 1.263.0 to 1.267.0 (#2096)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Co-authored-by: bjohansebas <103585995+bjohansebas@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-07 13:37:05 -05:00
committed by GitHub
parent 738f860585
commit 02497293e3
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@0481980f17b760ef6bca5e8c55809102a0af1e5a # https://github.com/ruby/setup-ruby/releases/tag/v1.263.0
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # https://github.com/ruby/setup-ruby/releases/tag/v1.267.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@v5
- name: Setup Ruby
uses: ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # https://github.com/ruby/setup-ruby/releases/tag/v1.263.0
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # https://github.com/ruby/setup-ruby/releases/tag/v1.267.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