Skip to content

Commit d90caac

Browse files
chore(deps): bump ruby/setup-ruby from 1.267.0 to 1.268.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.267.0 to 1.268.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@d5126b9...8aeb6ff) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.268.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 36b33cf commit d90caac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
persist-credentials: false
5252

5353
- name: Setup Ruby
54-
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # https://github.com/ruby/setup-ruby/releases/tag/v1.267.0
54+
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # https://github.com/ruby/setup-ruby/releases/tag/v1.268.0
5555
with:
5656
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
5757

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout
2222
uses: actions/checkout@v5
2323
- name: Setup Ruby
24-
uses: ruby/setup-ruby@d5126b9b3579e429dd52e51e68624dda2e05be25 # https://github.com/ruby/setup-ruby/releases/tag/v1.267.0
24+
uses: ruby/setup-ruby@8aeb6ff8030dd539317f8e1769a044873b56ea71 # https://github.com/ruby/setup-ruby/releases/tag/v1.268.0
2525
with:
2626
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
2727
cache-version: 0 # Increment this number if you need to re-download cached gems

0 commit comments

Comments
 (0)