From 5dd24779133a336e2053f693f43b811c09e52d8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 22:14:25 +0000 Subject: [PATCH] Bump ruby/setup-ruby Bumps the actions-all-dependencies group with 1 update in the / directory: [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.305.0 to 1.306.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/0cb964fd540e0a24c900370abf38a33466142735...c4e5b1316158f92e3d49443a9d58b31d25ac0f8f) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.306.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-all-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/forms-cli.yml | 2 +- .github/workflows/pipeline-visualiser.yml | 2 +- .github/workflows/ruby-ci.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/forms-cli.yml b/.github/workflows/forms-cli.yml index 703aeea70..e72b49857 100644 --- a/.github/workflows/forms-cli.yml +++ b/.github/workflows/forms-cli.yml @@ -25,7 +25,7 @@ jobs: run: | echo "RUBY_VERSION=$(cat ../../.ruby-version)" >> "$GITHUB_OUTPUT" - name: Install Ruby and gems - uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0 + uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0 with: bundler-cache: true ruby-version: ${{steps.determine-ruby-version.outputs.RUBY_VERSION}} diff --git a/.github/workflows/pipeline-visualiser.yml b/.github/workflows/pipeline-visualiser.yml index 91880a42d..d21841dd5 100644 --- a/.github/workflows/pipeline-visualiser.yml +++ b/.github/workflows/pipeline-visualiser.yml @@ -35,7 +35,7 @@ jobs: run: | echo "RUBY_VERSION=$(cat ../../.ruby-version)" >> "$GITHUB_OUTPUT" - name: Install Ruby and gems - uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0 + uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0 with: bundler-cache: true ruby-version: ${{steps.determine-ruby-version.outputs.RUBY_VERSION}} diff --git a/.github/workflows/ruby-ci.yml b/.github/workflows/ruby-ci.yml index 5bf12dd85..dfc6f8465 100644 --- a/.github/workflows/ruby-ci.yml +++ b/.github/workflows/ruby-ci.yml @@ -48,7 +48,7 @@ jobs: - name: Checkout code uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Install Ruby and gems at root - uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0 + uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0 with: bundler-cache: true ruby-version: ${{needs.setup.outputs.ruby-version}} @@ -73,7 +73,7 @@ jobs: install_args: hcl2json - name: "Install Ruby and gems in ${{matrix.spec_target}}" - uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0 + uses: ruby/setup-ruby@c4e5b1316158f92e3d49443a9d58b31d25ac0f8f # v1.306.0 with: bundler-cache: true ruby-version: ${{needs.setup.outputs.ruby-version}}