diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-02-28 03:01:36 +0000 |
---|---|---|
committer | matzbot <svn-admin@ruby-lang.org> | 2023-02-28 12:35:10 +0900 |
commit | c3e57d686a07ff5c18cd0f82ed003713254c3c90 (patch) | |
tree | bb995a97004bb08691d53f7e1f846826270f794b /.github/workflows/mjit-bindgen.yml | |
parent | 71dae78b89e8c6c78ef47c7ac95b30a09613b261 (diff) | |
download | ruby-c3e57d686a07ff5c18cd0f82ed003713254c3c90.tar.gz |
Bump ruby/setup-ruby from 1.138.0 to 1.139.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.138.0 to 1.139.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](https://github.com/ruby/setup-ruby/compare/d3c9825d67b0d8720afdfdde5af56c79fdb38d16...92aece5fc9c784ab66851c1e702b1bd5885a51f2)
---
updated-dependencies:
- dependency-name: ruby/setup-ruby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/mjit-bindgen.yml')
-rw-r--r-- | .github/workflows/mjit-bindgen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/mjit-bindgen.yml b/.github/workflows/mjit-bindgen.yml index 7b2e576135..8bd99bfdce 100644 --- a/.github/workflows/mjit-bindgen.yml +++ b/.github/workflows/mjit-bindgen.yml @@ -49,7 +49,7 @@ jobs: bison autoconf sudo apt-get install -q -y pkg-config || : - name: Set up Ruby - uses: ruby/setup-ruby@d3c9825d67b0d8720afdfdde5af56c79fdb38d16 # v1.138.0 + uses: ruby/setup-ruby@92aece5fc9c784ab66851c1e702b1bd5885a51f2 # v1.139.0 with: ruby-version: '3.1' - name: git config |