From c32ca41c5559364e2262e3137b633e0a3d2f0707 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 21:16:39 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby in the actions group Bumps the actions group with 1 update: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.316.0 to 1.318.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...8e41b362d2589a22a44c1cfa214b3c83052c195b) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.318.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/dependency-audit.yml | 2 +- .github/workflows/publish-ruby.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependency-audit.yml b/.github/workflows/dependency-audit.yml index 655edf5..48483e7 100644 --- a/.github/workflows/dependency-audit.yml +++ b/.github/workflows/dependency-audit.yml @@ -46,7 +46,7 @@ jobs: working-directory: bindings/node run: npm ci --ignore-scripts - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1 + - uses: ruby/setup-ruby@8e41b362d2589a22a44c1cfa214b3c83052c195b # v1 with: ruby-version: "3.3" - name: Install Ruby binding deps diff --git a/.github/workflows/publish-ruby.yml b/.github/workflows/publish-ruby.yml index d454b72..732820f 100644 --- a/.github/workflows/publish-ruby.yml +++ b/.github/workflows/publish-ruby.yml @@ -179,7 +179,7 @@ jobs: pattern: cross-gem-* merge-multiple: true path: pkg - - uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1 + - uses: ruby/setup-ruby@8e41b362d2589a22a44c1cfa214b3c83052c195b # v1 with: ruby-version: "3.3" - name: Configure RubyGems credentials (OIDC trusted publishing)