summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-22 22:36:44 +0000
committermatzbot <svn-admin@ruby-lang.org>2024-01-22 15:12:23 -0800
commit2e2dfc46231f8b48518b109a10260933e8be523d (patch)
tree2df1d4eb7e28b4d5003fe4facd3b1777f4d63cc6 /.github
parent708fa7740479823e0758623d43afee7b13beba21 (diff)
Bump ruby/setup-ruby from 1.168.0 to 1.169.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.168.0 to 1.169.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.168.0...5daca165445f0ae10478593083f72ca2625e241d) --- 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')
-rw-r--r--.github/workflows/baseruby.yml2
-rw-r--r--.github/workflows/mingw.yml2
-rw-r--r--.github/workflows/rjit-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 020d181adc..6a42522b41 100644
--- a/.github/workflows/baseruby.yml
+++ b/.github/workflows/baseruby.yml
@@ -57,7 +57,7 @@ jobs:
- ruby-3.3
steps:
- - uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a # v1.168.0
+ - uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d # v1.169.0
with:
ruby-version: ${{ matrix.ruby }}
bundler: none
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index e05c410db4..6d506d18e8 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -74,7 +74,7 @@ jobs:
steps:
- name: Set up Ruby & MSYS2
- uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a # v1.168.0
+ uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d # v1.169.0
with:
ruby-version: ${{ matrix.baseruby }}
diff --git a/.github/workflows/rjit-bindgen.yml b/.github/workflows/rjit-bindgen.yml
index c730382758..6e2cbe4ccf 100644
--- a/.github/workflows/rjit-bindgen.yml
+++ b/.github/workflows/rjit-bindgen.yml
@@ -52,7 +52,7 @@ jobs:
steps:
- name: Set up Ruby
- uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a # v1.168.0
+ uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d # v1.169.0
with:
ruby-version: '3.1'
diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml
index 230ada8f09..7f59a0f8db 100644
--- a/.github/workflows/spec_guards.yml
+++ b/.github/workflows/spec_guards.yml
@@ -48,7 +48,7 @@ jobs:
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- - uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a # v1.168.0
+ - uses: ruby/setup-ruby@5daca165445f0ae10478593083f72ca2625e241d # v1.169.0
with:
ruby-version: ${{ matrix.ruby }}
bundler: none