Skip to content

Commit

Permalink
chore(deps): update ruby/setup-ruby action to v1.171.0 (#2)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [ruby/setup-ruby](https://togithub.com/ruby/setup-ruby) | action |
minor | `v1.167.0` -> `v1.171.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>ruby/setup-ruby (ruby/setup-ruby)</summary>

###
[`v1.171.0`](https://togithub.com/ruby/setup-ruby/releases/tag/v1.171.0):
Add support for macos-14 GitHub runners

[Compare
Source](https://togithub.com/ruby/setup-ruby/compare/v1.170.0...v1.171.0)

#### What's Changed

- Update url to supported by
[@&#8203;LaStrada](https://togithub.com/LaStrada) in
[https://github.com/ruby/setup-ruby/pull/569](https://togithub.com/ruby/setup-ruby/pull/569)
- Add support for macos-14 GitHub runners by
[@&#8203;ntkme](https://togithub.com/ntkme) in
[https://github.com/ruby/setup-ruby/pull/567](https://togithub.com/ruby/setup-ruby/pull/567)

#### New Contributors

- [@&#8203;LaStrada](https://togithub.com/LaStrada) made their first
contribution in
[https://github.com/ruby/setup-ruby/pull/569](https://togithub.com/ruby/setup-ruby/pull/569)
- [@&#8203;ntkme](https://togithub.com/ntkme) made their first
contribution in
[https://github.com/ruby/setup-ruby/pull/567](https://togithub.com/ruby/setup-ruby/pull/567)

**Full Changelog**:
ruby/setup-ruby@v1.170.0...v1.171.0

###
[`v1.170.0`](https://togithub.com/ruby/setup-ruby/releases/tag/v1.170.0):
Add CRuby 3.2.3 on Windows

[Compare
Source](https://togithub.com/ruby/setup-ruby/compare/v1.169.0...v1.170.0)

#### What's Changed

- Update CRuby releases on Windows by
[@&#8203;ruby-builder-bot](https://togithub.com/ruby-builder-bot) in
[https://github.com/ruby/setup-ruby/pull/566](https://togithub.com/ruby/setup-ruby/pull/566)

**Full Changelog**:
ruby/setup-ruby@v1.169.0...v1.170.0

###
[`v1.169.0`](https://togithub.com/ruby/setup-ruby/releases/tag/v1.169.0):
Add windows-toolchain input

[Compare
Source](https://togithub.com/ruby/setup-ruby/compare/v1.168.0...v1.169.0)

#### What's Changed

- Add windows-toolchain input by
[@&#8203;MSP-Greg](https://togithub.com/MSP-Greg) in
[https://github.com/ruby/setup-ruby/pull/563](https://togithub.com/ruby/setup-ruby/pull/563)

**Full Changelog**:
ruby/setup-ruby@v1.168.0...v1.169.0

###
[`v1.168.0`](https://togithub.com/ruby/setup-ruby/releases/tag/v1.168.0):
Add ruby-3.2.3

[Compare
Source](https://togithub.com/ruby/setup-ruby/compare/v1.167.0...v1.168.0)

#### What's Changed

- Add ruby-3.2.3 by
[@&#8203;ruby-builder-bot](https://togithub.com/ruby-builder-bot) in
[https://github.com/ruby/setup-ruby/pull/565](https://togithub.com/ruby/setup-ruby/pull/565)

**Full Changelog**:
ruby/setup-ruby@v1.167.0...v1.168.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "after 10pm every weekday,before 5am
every weekday,every weekend" in timezone Europe/Brussels, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/Ordina-Group/ordina-jworks.github.io).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNzMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE3My4wIiwidGFyZ2V0QnJhbmNoIjoic291cmNlIn0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 12, 2024
1 parent 7e19b3d commit f318438
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-jekyll-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Ruby
uses: ruby/setup-ruby@b203567269b5bbc256dbc1c84f7495913f977353 # v1.167.0
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
with:
ruby-version: '3.2'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jekyll-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Ruby
uses: ruby/setup-ruby@b203567269b5bbc256dbc1c84f7495913f977353 # v1.167.0
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
with:
ruby-version: '3.2'
bundler-cache: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prd-jekyll-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Setup Ruby
uses: ruby/setup-ruby@b203567269b5bbc256dbc1c84f7495913f977353 # v1.167.0
uses: ruby/setup-ruby@22fdc77bf4148f810455b226c90fb81b5cbc00a7 # v1.171.0
with:
ruby-version: '3.2'
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
Expand Down

0 comments on commit f318438

Please sign in to comment.