Skip to content

Commit

Permalink
Bump ruby/setup-ruby from 1.143.0 to 1.152.0 (#103)
Browse files Browse the repository at this point in the history
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.143.0 to 1.152.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](ruby/setup-ruby@31a7f6d...250fcd6)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 26, 2023
1 parent 38bdb27 commit d8b7dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
- name: Set up Ruby ${{ matrix.python-version }}
uses: ruby/setup-ruby@31a7f6d628878b80bc63375a93ae079ec50a1601 # v4.5.0
uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v4.5.0
with:
ruby-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ruby-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0

- uses: ruby/setup-ruby@31a7f6d628878b80bc63375a93ae079ec50a1601 # v4.5.0
- uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 # v4.5.0
with:
ruby-version: '3.2'

Expand Down

0 comments on commit d8b7dbe

Please sign in to comment.