From 33eb07f62d856a6dd4ac78f2ecf18527e44e92c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 20:42:15 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.174.0 to 1.188.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.174.0 to 1.188.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...50ba3386b050ad5b97a41fcb81240cbee1d1821f) --- 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..a17c469e 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@50ba3386b050ad5b97a41fcb81240cbee1d1821f with: ruby-version: "3.2"