From 1e9db559be957a3ac240c978480de5841fa4d125 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 19:13:21 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.247.0 to 1.248.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.247.0 to 1.248.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/472790540115ce5bd69d399a020189a8c87d641f...a9bfc2ecf3dd40734a9418f89a7e9d484c32b990) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.248.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 9e1925a0fe6..d3d0138225b 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@472790540115ce5bd69d399a020189a8c87d641f #v1.247.0 + uses: ruby/setup-ruby@a9bfc2ecf3dd40734a9418f89a7e9d484c32b990 #v1.248.0 with: ruby-version: '3.0'