summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-01 02:01:41 +0000
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-01-04 10:02:17 +0900
commitb8673f8b5bd3c6c16a27b3fcd2861962d6694996 (patch)
tree1c52bf8ffc7b56d9204113ca6ea32604a78c7f9b /.github
parentc240a1896812bbbcec64769aea90b50b64107622 (diff)
Bump ruby/setup-ruby from 1.128.0 to 1.133.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.128.0 to 1.133.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/4b2d1d631efa087f8896c15a0c6023dc2f483198...09c10210cc6e998d842ce8433cd9d245933cd797) --- 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>
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7047
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/baseruby.yml2
-rw-r--r--.github/workflows/mingw.yml2
-rw-r--r--.github/workflows/mjit-bindgen.yml2
-rw-r--r--.github/workflows/spec_guards.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml
index d3b12bb88a..3fa18d1fba 100644
--- a/.github/workflows/baseruby.yml
+++ b/.github/workflows/baseruby.yml
@@ -46,7 +46,7 @@ jobs:
with:
path: .downloaded-cache
key: downloaded-cache
- - uses: ruby/setup-ruby@4b2d1d631efa087f8896c15a0c6023dc2f483198 # v1.128.0
+ - uses: ruby/setup-ruby@09c10210cc6e998d842ce8433cd9d245933cd797 # v1.133.0
with:
ruby-version: ${{ matrix.ruby }}
bundler: none
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 36d2c73bae..aebca79581 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -66,7 +66,7 @@ jobs:
path: src/.downloaded-cache
key: downloaded-cache
- name: Set up Ruby & MSYS2
- uses: ruby/setup-ruby@4b2d1d631efa087f8896c15a0c6023dc2f483198 # v1.128.0
+ uses: ruby/setup-ruby@09c10210cc6e998d842ce8433cd9d245933cd797 # v1.133.0
with:
ruby-version: ${{ matrix.base_ruby }}
- name: set env
diff --git a/.github/workflows/mjit-bindgen.yml b/.github/workflows/mjit-bindgen.yml
index 7b1b43b1eb..c0988d4bfd 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@4b2d1d631efa087f8896c15a0c6023dc2f483198 # v1.128.0
+ uses: ruby/setup-ruby@09c10210cc6e998d842ce8433cd9d245933cd797 # v1.133.0
with:
ruby-version: '3.1'
- name: git config
diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml
index 4c20610ac6..01434e556b 100644
--- a/.github/workflows/spec_guards.yml
+++ b/.github/workflows/spec_guards.yml
@@ -32,7 +32,7 @@ jobs:
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
- - uses: ruby/setup-ruby@4b2d1d631efa087f8896c15a0c6023dc2f483198 # v1.128.0
+ - uses: ruby/setup-ruby@09c10210cc6e998d842ce8433cd9d245933cd797 # v1.133.0
with:
ruby-version: ${{ matrix.ruby }}
bundler: none