From e004ff145cc66330b39434336bd14f0a9bc431a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 00:25:02 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.195.0 to 1.196.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.195.0 to 1.196.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.195.0...v1.196.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ruby.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index aedd946..8020fca 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby 3.3 - uses: ruby/setup-ruby@v1.195.0 + uses: ruby/setup-ruby@v1.196.0 with: ruby-version: 3.3 - name: Build and test with Rake @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby 3.2 - uses: ruby/setup-ruby@v1.195.0 + uses: ruby/setup-ruby@v1.196.0 with: ruby-version: 3.2 - name: Build and test with Rake @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby 3.0 - uses: ruby/setup-ruby@v1.195.0 + uses: ruby/setup-ruby@v1.196.0 with: ruby-version: 3.0 - name: Build and test with Rake @@ -58,7 +58,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Set up Ruby 3.1 - uses: ruby/setup-ruby@v1.195.0 + uses: ruby/setup-ruby@v1.196.0 with: ruby-version: 3.1 - name: Build and test with Rake