From fd161d6c0b8cd7294e4b15014238a0dc48161f43 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:24:45 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby Bumps the dependencies group with 1 update in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `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/003a5c4d8d6321bd302e38f6f0ec593f77f06600...95ef2b042f9d7a56d8268cba8559e2842e2ad01b) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.321.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/link-check.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index 9d3d9b6a..d1e6abcd 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -13,7 +13,7 @@ jobs: - name: Set up Git repository uses: actions/checkout@v7 - name: Set up Ruby - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b - name: Get NodeJS version run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT id: node_version diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index dffd88de..f933bbbc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Ruby - uses: ruby/setup-ruby@003a5c4d8d6321bd302e38f6f0ec593f77f06600 + uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b - name: Get NodeJS version run: echo "NODE_VERSION=$(cat .node-version)" >> $GITHUB_OUTPUT