Bump ruby/setup-ruby from 1.126.0 to 1.128.0

Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.126.0 to 1.128.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](c7079efafd...4b2d1d631e)

---
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>
This commit is contained in:
dependabot[bot] 2022-12-22 23:21:56 +00:00 committed by Hiroshi SHIBATA
parent 5507b32d19
commit 2fb6b39142
Notes: git 2022-12-23 01:00:33 +00:00
4 changed files with 4 additions and 4 deletions

View File

@ -46,7 +46,7 @@ jobs:
with: with:
path: .downloaded-cache path: .downloaded-cache
key: downloaded-cache key: downloaded-cache
- uses: ruby/setup-ruby@c7079efafd956afb5d823e8999c2506e1053aefa # v1.126.0 - uses: ruby/setup-ruby@4b2d1d631efa087f8896c15a0c6023dc2f483198 # v1.128.0
with: with:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}
bundler: none bundler: none

View File

@ -66,7 +66,7 @@ jobs:
path: src/.downloaded-cache path: src/.downloaded-cache
key: downloaded-cache key: downloaded-cache
- name: Set up Ruby & MSYS2 - name: Set up Ruby & MSYS2
uses: ruby/setup-ruby@c7079efafd956afb5d823e8999c2506e1053aefa # v1.126.0 uses: ruby/setup-ruby@4b2d1d631efa087f8896c15a0c6023dc2f483198 # v1.128.0
with: with:
ruby-version: ${{ matrix.base_ruby }} ruby-version: ${{ matrix.base_ruby }}
- name: set env - name: set env

View File

@ -49,7 +49,7 @@ jobs:
bison autoconf bison autoconf
sudo apt-get install -q -y pkg-config || : sudo apt-get install -q -y pkg-config || :
- name: Set up Ruby - name: Set up Ruby
uses: ruby/setup-ruby@c7079efafd956afb5d823e8999c2506e1053aefa # v1.126.0 uses: ruby/setup-ruby@4b2d1d631efa087f8896c15a0c6023dc2f483198 # v1.128.0
with: with:
ruby-version: '3.1' ruby-version: '3.1'
- name: git config - name: git config

View File

@ -32,7 +32,7 @@ jobs:
steps: steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
- uses: ruby/setup-ruby@c7079efafd956afb5d823e8999c2506e1053aefa # v1.126.0 - uses: ruby/setup-ruby@4b2d1d631efa087f8896c15a0c6023dc2f483198 # v1.128.0
with: with:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}
bundler: none bundler: none