From ed9b29f8d75097caeba128525190ffa7ee6bfacf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 10:06:25 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.319.0 to 1.321.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.319.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/v1.319.0...v1.321.0) --- 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/markdownlint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdownlint.yml b/.github/workflows/markdownlint.yml index e200fb3..1616aa1 100644 --- a/.github/workflows/markdownlint.yml +++ b/.github/workflows/markdownlint.yml @@ -15,7 +15,7 @@ jobs: - name: checkout uses: actions/checkout@v7 - name: Set up Ruby - uses: ruby/setup-ruby@v1.319.0 + uses: ruby/setup-ruby@v1.321.0 # see https://github.com/ruby/setup-ruby with: ruby-version: '3.3'