From 0efd6b712d3ef5515b8400330d8dfed5debefab1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 09:57:30 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.301.0 to 1.302.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.301.0 to 1.302.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/4c56a21280b36d862b5fc31348f463d60bdc55d5...7372622e62b60b3cb750dcd2b9e32c247ffec26a) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.302.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8ede8f8..5619ef4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 # fetch everything - name: Set up Ruby + Bundle - uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1 + uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1 with: bundler-cache: true - name: Run RuboCop against BASE..HEAD changes diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 946b77e..896eb2b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # actions/checkout@v6 see https://github.com/actions/checkout/releases/tag/v6 - name: Set up Ruby + Bundle - uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1 + uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1 with: bundler-cache: true ruby-version: ${{ matrix.ruby-version }} @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # actions/checkout@v6 see https://github.com/actions/checkout/releases/tag/v6 - name: Set up Ruby + Bundle - uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1 + uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1 with: bundler-cache: true - name: Run Brakeman analysis @@ -67,7 +67,7 @@ jobs: steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # actions/checkout@v6 see https://github.com/actions/checkout/releases/tag/v6 - name: Set up Ruby + Bundle - uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1 + uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # ruby/setup-ruby@v1 see https://github.com/ruby/setup-ruby/tree/v1 with: bundler-cache: true - name: Audit the bundle