From 78d3ce5e2d325e24e3d6896a9ac93f1bf0dd58ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2025 11:07:33 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.218.0 to 1.220.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.218.0 to 1.220.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.218.0...v1.220.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 8a3a7f7ff..d3207efac 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.218.0 + uses: ruby/setup-ruby@v1.220.0 with: bundler-cache: true diff --git a/.github/workflows/feature_tests.yml b/.github/workflows/feature_tests.yml index fb595e46f..9c840ceb3 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.218.0 + uses: ruby/setup-ruby@v1.220.0 with: bundler-cache: true diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index bd0889b8c..e75ebd386 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.218.0 + uses: ruby/setup-ruby@v1.220.0 with: bundler-cache: true