From 9834f5611d6e95bf0ffc30b926dea440e520aa0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 16:31:30 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.173.0 to 1.178.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.173.0 to 1.178.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.173.0...v1.178.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/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf666df..5cc0fe2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: with: persist-credentials: false - - uses: ruby/setup-ruby@v1.173.0 + - uses: ruby/setup-ruby@v1.178.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true @@ -80,7 +80,7 @@ jobs: with: persist-credentials: false - - uses: ruby/setup-ruby@v1.173.0 + - uses: ruby/setup-ruby@v1.178.0 with: ruby-version: 3.3 bundler-cache: true