Skip to content

Commit f53224d

Browse files
Update ruby/setup-ruby action to v1.295.0 (#776)
This PR contains the following updates: | Package | Type | Update | Change | Pending | |---|---|---|---|---| | [ruby/setup-ruby](https://redirect.github.com/ruby/setup-ruby) | action | minor | `v1.292.0` → `v1.295.0` | `v1.299.0` (+3) | --- ### Release Notes <details> <summary>ruby/setup-ruby (ruby/setup-ruby)</summary> ### [`v1.295.0`](https://redirect.github.com/ruby/setup-ruby/releases/tag/v1.295.0) [Compare Source](https://redirect.github.com/ruby/setup-ruby/compare/v1.294.0...v1.295.0) #### What's Changed - Update CRuby releases on Windows by [@&#8203;ruby-builder-bot](https://redirect.github.com/ruby-builder-bot) in [#&#8203;890](https://redirect.github.com/ruby/setup-ruby/pull/890) **Full Changelog**: <ruby/setup-ruby@v1.294.0...v1.295.0> ### [`v1.294.0`](https://redirect.github.com/ruby/setup-ruby/releases/tag/v1.294.0) [Compare Source](https://redirect.github.com/ruby/setup-ruby/compare/v1.293.0...v1.294.0) ##### What's Changed - Add ruby-4.0.2 by [@&#8203;ruby-builder-bot](https://redirect.github.com/ruby-builder-bot) in [#&#8203;889](https://redirect.github.com/ruby/setup-ruby/pull/889) **Full Changelog**: <ruby/setup-ruby@v1.293.0...v1.294.0> ### [`v1.293.0`](https://redirect.github.com/ruby/setup-ruby/releases/tag/v1.293.0) [Compare Source](https://redirect.github.com/ruby/setup-ruby/compare/v1.292.0...v1.293.0) #### What's Changed - Update README to remove JRuby version notes by [@&#8203;headius](https://redirect.github.com/headius) in [#&#8203;887](https://redirect.github.com/ruby/setup-ruby/pull/887) - Update CRuby releases on Windows by [@&#8203;ruby-builder-bot](https://redirect.github.com/ruby-builder-bot) in [#&#8203;888](https://redirect.github.com/ruby/setup-ruby/pull/888) **Full Changelog**: <ruby/setup-ruby@v1.292.0...v1.293.0> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, 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/line/line-bot-sdk-ruby). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjEwMC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3242245 commit f53224d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy-doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
issues: write
1818
steps:
1919
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20-
- uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1.292.0
20+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
2121
with:
2222
ruby-version: '4.0'
2323
- run: bundle install

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23-
- uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1.292.0
23+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
2424
with:
2525
bundler-cache: true
2626
ruby-version: '4.0'

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2525
with:
2626
submodules: true
27-
- uses: ruby/setup-ruby@4eb9f110bac952a8b68ecf92e3b5c7a987594ba6 # v1.292.0
27+
- uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
2828
with:
2929
ruby-version: ${{ matrix.ruby }}
3030
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0

0 commit comments

Comments
 (0)