From b9d3dd14a9ec17dd039710325cbb0d0ff69cf013 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 20:43:44 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.174.0 to 1.187.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.174.0 to 1.187.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/6bd3d993c602f6b675728ebaecb2b569ff86e99b...161cd54b698f1fb3ea539faab2e036d409550e3c) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/licensed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index bf0944f2..674b92dd 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -35,7 +35,7 @@ jobs: - run: go mod vendor # Ruby is required for licensed - - uses: ruby/setup-ruby@6bd3d993c602f6b675728ebaecb2b569ff86e99b + - uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c with: ruby-version: "3.2"