Skip to content

Commit f6bf0b2

Browse files
Merge pull request #566 from RalphHightower/dependabot/github_actions/ruby/setup-ruby-1.222.0
build(deps): bump ruby/setup-ruby from 1.221.0 to 1.222.0
2 parents a160be7 + 2099572 commit f6bf0b2

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.221.0
25+
uses: ruby/setup-ruby@v1.222.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.221.0
37+
uses: ruby/setup-ruby@v1.222.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)