diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-11 06:04:05 +0000 |
|---|---|---|
| committer | matzbot <svn-admin@ruby-lang.org> | 2024-01-10 22:41:37 -0800 |
| commit | c26fdce9eca9659800fb3a77dc53f9ade444f639 (patch) | |
| tree | f05fbf9378b3e511e1c93998c8620df190d659b8 /.github | |
| parent | 1a66828a7e1b280e1408ff519b03eaa9626c6ab3 (diff) | |
Bump ruby/setup-ruby from 1.160.0 to 1.165.1
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.160.0 to 1.165.1.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Commits](https://github.com/ruby/setup-ruby/compare/036ef458ddccddb148a2b9fb67e95a22fdbf728b...360dc864d5da99d54fcb8e9148c14a84b90d3e88)
---
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.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/mingw.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/rjit-bindgen.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/spec_guards.yml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/baseruby.yml b/.github/workflows/baseruby.yml index e0ed5f2643..5ead3fa03f 100644 --- a/.github/workflows/baseruby.yml +++ b/.github/workflows/baseruby.yml @@ -59,7 +59,7 @@ jobs: - ruby-3.3 steps: - - uses: ruby/setup-ruby@036ef458ddccddb148a2b9fb67e95a22fdbf728b # v1.160.0 + - uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1 with: ruby-version: ${{ matrix.ruby }} bundler: none diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml index df879f56b6..c7a550c7c7 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@036ef458ddccddb148a2b9fb67e95a22fdbf728b # v1.160.0 + uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1 with: ruby-version: ${{ matrix.base_ruby }} diff --git a/.github/workflows/rjit-bindgen.yml b/.github/workflows/rjit-bindgen.yml index bf3c752e7b..74e9df608b 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@036ef458ddccddb148a2b9fb67e95a22fdbf728b # v1.160.0 + uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1 with: ruby-version: '3.1' diff --git a/.github/workflows/spec_guards.yml b/.github/workflows/spec_guards.yml index 0ca66e1453..f28c91d4af 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@036ef458ddccddb148a2b9fb67e95a22fdbf728b # v1.160.0 + - uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 # v1.165.1 with: ruby-version: ${{ matrix.ruby }} bundler: none |
