Skip to content

Commit 0b3d068

Browse files
Update ruby/setup-ruby action to v1.233.0 (#8)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [ruby/setup-ruby](https://redirect.github.com/ruby/setup-ruby) | action | minor | `v1.232.0` -> `v1.233.0` | --- ### Release Notes <details> <summary>ruby/setup-ruby (ruby/setup-ruby)</summary> ### [`v1.233.0`](https://redirect.github.com/ruby/setup-ruby/releases/tag/v1.233.0) [Compare Source](https://redirect.github.com/ruby/setup-ruby/compare/v1.232.0...v1.233.0) #### What's Changed - Update remaining 20.04 tests to 22.04 by [@&#8203;eregon](https://redirect.github.com/eregon) in [https://github.com/ruby/setup-ruby/pull/747](https://redirect.github.com/ruby/setup-ruby/pull/747) - Add ruby-3.5.0-preview1 by [@&#8203;ruby-builder-bot](https://redirect.github.com/ruby-builder-bot) in [https://github.com/ruby/setup-ruby/pull/746](https://redirect.github.com/ruby/setup-ruby/pull/746) - Add jruby-10.0.0.0 by [@&#8203;ruby-builder-bot](https://redirect.github.com/ruby-builder-bot) in [https://github.com/ruby/setup-ruby/pull/745](https://redirect.github.com/ruby/setup-ruby/pull/745) **Full Changelog**: ruby/setup-ruby@v1.232.0...v1.233.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/f18m/f18m.github.io). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 064eabb commit 0b3d068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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/checkout@v4
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@v1.232.0
37+
uses: ruby/setup-ruby@v1.233.0
3838
with:
3939
ruby-version: '3.2.2' # Not needed with a .ruby-version file
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically

0 commit comments

Comments
 (0)