From 7b0dd8f4ff296b4ad6154cc1b00ac42577b6b121 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 20:16:49 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.174.0 to 1.185.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.174.0 to 1.185.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...3a77c29278ae80936b4cb030fefc7d21c96c786f) --- 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..633d9552 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@3a77c29278ae80936b4cb030fefc7d21c96c786f with: ruby-version: "3.2"