From 4130ef0f8f8d00c5aee20b223f930b6a050be719 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Jul 2025 19:38:36 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.246.0 to 1.247.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.246.0 to 1.247.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/a4f838919020b587bb8dd4493e8881bb113d3be7...472790540115ce5bd69d399a020189a8c87d641f) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.247.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index 4b3aaf98e2e..9e1925a0fe6 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 #v4.2.2 - name: 'Set up Ruby 3.0' - uses: ruby/setup-ruby@a4f838919020b587bb8dd4493e8881bb113d3be7 #v1.246.0 + uses: ruby/setup-ruby@472790540115ce5bd69d399a020189a8c87d641f #v1.247.0 with: ruby-version: '3.0'