From 8d150417a6ccb65922c894fa51abf908ace860a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 20:44:26 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.210.0 to 1.213.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.210.0 to 1.213.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/v1.210.0...v1.213.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/brakeman.yml | 2 +- .github/workflows/lint.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/brakeman.yml b/.github/workflows/brakeman.yml index 5adbf4f9..a0924887 100644 --- a/.github/workflows/brakeman.yml +++ b/.github/workflows/brakeman.yml @@ -25,7 +25,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Setup Ruby - uses: ruby/setup-ruby@v1.210.0 + uses: ruby/setup-ruby@v1.213.0 with: ruby-version: ${{ inputs.ruby-version }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fc9c48e8..fddb8803 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -27,7 +27,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Ruby - uses: ruby/setup-ruby@v1.210.0 + uses: ruby/setup-ruby@v1.213.0 with: ruby-version: ${{ inputs.ruby-version }} @@ -98,7 +98,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Ruby - uses: ruby/setup-ruby@v1.210.0 + uses: ruby/setup-ruby@v1.213.0 with: ruby-version: ${{ inputs.ruby-version }}