From f0b5e8701ffecda2bea4d5bf14d27e0876db83c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 18:42:50 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.208.0 to 1.209.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.208.0 to 1.209.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/868b3f088412f139260f27f5b148179b9dd6b008...7a6302104fbeea3c6aaa43b1b91e08f7d6623279) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 4 ++-- .github/workflows/tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b108254..949fe77 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@868b3f088412f139260f27f5b148179b9dd6b008 + uses: ruby/setup-ruby@7a6302104fbeea3c6aaa43b1b91e08f7d6623279 with: ruby-version: 3.2.2 bundler-cache: true @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@868b3f088412f139260f27f5b148179b9dd6b008 + uses: ruby/setup-ruby@7a6302104fbeea3c6aaa43b1b91e08f7d6623279 with: ruby-version: 3.2.2 bundler-cache: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 12ba6ce..ff7ead6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -49,7 +49,7 @@ jobs: uses: actions/checkout@v4 - name: Install Ruby and gems - uses: ruby/setup-ruby@868b3f088412f139260f27f5b148179b9dd6b008 + uses: ruby/setup-ruby@7a6302104fbeea3c6aaa43b1b91e08f7d6623279 with: ruby-version: ${{ matrix.ruby }}