From ff8ec920d9f7951fd76e46c3260f46cb956eb3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2024 12:11:17 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.206.0 to 1.207.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.206.0 to 1.207.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.206.0...v1.207.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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/brakeman.yml b/.github/workflows/brakeman.yml index 90de6dd8a8..ab302c2c98 100644 --- a/.github/workflows/brakeman.yml +++ b/.github/workflows/brakeman.yml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v3 - name: Setup Ruby - uses: ruby/setup-ruby@v1.206.0 + uses: ruby/setup-ruby@v1.207.0 with: ruby-version: ${{ inputs.ruby-version }} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 760c413e85..60fb2f098c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: name: Checkout Code - name: Set up Ruby - uses: ruby/setup-ruby@v1.206.0 + uses: ruby/setup-ruby@v1.207.0 with: ruby-version: ${{ inputs.ruby-version }} @@ -69,7 +69,7 @@ jobs: name: Checkout Code - name: Set up Ruby - uses: ruby/setup-ruby@v1.206.0 + uses: ruby/setup-ruby@v1.207.0 with: ruby-version: ${{ inputs.ruby-version }} @@ -91,7 +91,7 @@ jobs: name: Checkout Code - name: Set up Ruby - uses: ruby/setup-ruby@v1.206.0 + uses: ruby/setup-ruby@v1.207.0 with: ruby-version: ${{ inputs.ruby-version }}