Skip to content

Commit 7be8878

Browse files
build(deps): bump ruby/setup-ruby from 1.215.0 to 1.218.0 (#556)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.215.0 to 1.218.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@v1.215.0...v1.218.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66112e9 commit 7be8878

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Checkout Repository
2323
uses: actions/[email protected]
2424
- name: Set Up Ruby 3.3.6
25-
uses: ruby/setup-ruby@v1.215.0
25+
uses: ruby/setup-ruby@v1.218.0
2626
with:
2727
ruby-version: 3.3.6
2828
bundler-cache: true

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Checkout
3535
uses: actions/[email protected]
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@v1.215.0
37+
uses: ruby/setup-ruby@v1.218.0
3838
with:
3939
ruby-version: '3.3.6' # Not needed with a .ruby-version file
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)