From c369143679531f3317de1f71cdf46e9f27fede24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 09:52:39 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.316.0 to 1.321.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.316.0 to 1.321.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/d45b1a4e94b71acab930e56e79c6aa188764e7f9...95ef2b042f9d7a56d8268cba8559e2842e2ad01b) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.321.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/config-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/config-lint.yml b/.github/workflows/config-lint.yml index 06db3a2..f6df5f2 100644 --- a/.github/workflows/config-lint.yml +++ b/.github/workflows/config-lint.yml @@ -70,7 +70,7 @@ jobs: node-version: "20" - name: Setup Ruby (for AsciiDoc lint) - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b with: ruby-version: "3.3"