From 3dee4cd75ab23534a31ca1ae2ee8fd30546667b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 18:41:57 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.202.0 to 1.207.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.202.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.202.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/code_analysis.yml | 2 +- .github/workflows/feature_tests.yml | 2 +- .github/workflows/unit_tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_analysis.yml b/.github/workflows/code_analysis.yml index f53ae6a43..a87836c41 100644 --- a/.github/workflows/code_analysis.yml +++ b/.github/workflows/code_analysis.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@v1.202.0 + uses: ruby/setup-ruby@v1.207.0 with: bundler-cache: true diff --git a/.github/workflows/feature_tests.yml b/.github/workflows/feature_tests.yml index 6340e5778..d92a520bf 100644 --- a/.github/workflows/feature_tests.yml +++ b/.github/workflows/feature_tests.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@v1.202.0 + uses: ruby/setup-ruby@v1.207.0 with: bundler-cache: true diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 708ea0b43..22b252cb0 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@v1.202.0 + uses: ruby/setup-ruby@v1.207.0 with: bundler-cache: true