From 8f59dc2a52692632bebd64ab499ef5d873cd8235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 20:04:26 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.244.0 to 1.263.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.244.0 to 1.263.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...0481980f17b760ef6bca5e8c55809102a0af1e5a) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.263.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..af6782d 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@0481980f17b760ef6bca5e8c55809102a0af1e5a 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@0481980f17b760ef6bca5e8c55809102a0af1e5a with: bundler-cache: true - uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00