From 79178af28b60078253e9718404e5556024fc9e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:44:42 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.238.0 to 1.301.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.238.0 to 1.301.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/e34163cd15f4bb403dcd72d98e295997e6a55798...4c56a21280b36d862b5fc31348f463d60bdc55d5) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.301.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/flash-list.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/flash-list.yml b/.github/workflows/flash-list.yml index 8b085dd50..51b627274 100644 --- a/.github/workflows/flash-list.yml +++ b/.github/workflows/flash-list.yml @@ -130,7 +130,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} cache: "yarn" - name: Ruby setup - uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0 + uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0 with: bundler-cache: true - name: Install dependencies @@ -164,7 +164,7 @@ jobs: distribution: "temurin" java-version: "17" - name: Ruby setup - uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0 + uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0 with: ruby-version: ${{ env.RUBY_VERSION }} bundler-cache: true @@ -189,7 +189,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} cache: "yarn" - name: ruby setup - uses: ruby/setup-ruby@e34163cd15f4bb403dcd72d98e295997e6a55798 # v1.238.0 + uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0 with: ruby-version: ${{ env.RUBY_VERSION }} bundler-cache: true