From 1ca21e89aad2c728ec6ed2e00ff1ba460f18a10a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 20:05:06 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.244.0 to 1.269.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.244.0 to 1.269.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/13e7a03dc3ac6c3798f4570bfead2aed4d96abfb...d697be2f83c6234b20877c3b5eac7a7f342f0d0c) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.269.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index eedf3f0..4f4f99e 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -24,7 +24,7 @@ jobs: name: "Execute ${{ matrix.task }}" steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb + - uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c with: bundler-cache: true - run: bundle exec rake ${{ matrix.task }} @@ -40,7 +40,7 @@ jobs: timeout-minutes: 20 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - - uses: ruby/setup-ruby@13e7a03dc3ac6c3798f4570bfead2aed4d96abfb + - uses: ruby/setup-ruby@d697be2f83c6234b20877c3b5eac7a7f342f0d0c with: bundler-cache: true - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00