Skip to content

Commit

Permalink
Build(deps): Bump ruby/setup-ruby from 1.152.0 to 1.154.0 (#957)
Browse files Browse the repository at this point in the history
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.152.0
to 1.154.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ruby/setup-ruby/commit/52b8784594ec115fd17094752708121dc5dabb47"><code>52b8784</code></a>
Add truffleruby-23.1.0,truffleruby+graalvm-23.1.0</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/9aede54d989bc4a22e5ea8600f1f608e8d3d0751"><code>9aede54</code></a>
Exclude known failing combination</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/24a61db157c312898ae8f6d29394c4380406e259"><code>24a61db</code></a>
yarn upgrade</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/5311f05890856149502132d25c4a24985a00d426"><code>5311f05</code></a>
Add jruby-9.3.11.0</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/cb3f1e45edaf5b2d83d6a39e0d83c0330db7d8e8"><code>cb3f1e4</code></a>
Add ruby-3.3.0-preview2</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/4f1c6a74a76f6080cfef20ffbd7e540fc4297e7f"><code>4f1c6a7</code></a>
Update actions/checkout to v4</li>
<li><a
href="https://github.com/ruby/setup-ruby/commit/b252db7f2774eec6798adf2a3816e69529489dab"><code>b252db7</code></a>
Update ruby version in <code>README.md</code></li>
<li>See full diff in <a
href="https://github.com/ruby/setup-ruby/compare/250fcd6a742febb1123a77a841497ccaa8b9e939...52b8784594ec115fd17094752708121dc5dabb47">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruby/setup-ruby&package-manager=github_actions&previous-version=1.152.0&new-version=1.154.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>
  • Loading branch information
github-actions[bot] authored Sep 22, 2023
2 parents 69a0468 + 9e9a21b commit b26e7bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.92
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.92
with:
bundler-cache: true

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Install Ruby and gems
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.92
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.92
with:
bundler-cache: true
# Add or replace any other lints here
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Ruby and gems
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v1.92
uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 # v1.92
with:
bundler-cache: true

Expand Down

0 comments on commit b26e7bf

Please sign in to comment.