From d7bfbec7c629e6d6178ab5d2a7952e97a53f0a4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 19:45:39 +0000 Subject: [PATCH] build(deps): bump ruby/setup-ruby from 1.175.0 to 1.175.1 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.175.0 to 1.175.1. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/70da3bbf44ac06db1b0547ce2acc9380a5270d1e...1198b074305f9356bd56dd4b311757cc0dab2f1c) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3082da1..b22e6c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout code uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Install Ruby and gems - uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e + uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c with: bundler-cache: true ruby-version: ${{ matrix.ruby }} @@ -39,7 +39,7 @@ jobs: - name: Checkout code uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Install Ruby and gems - uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e + uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c with: bundler-cache: true ruby-version: "3.2" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1a5838..1691c5e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout code uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b - name: Install Ruby and gems - uses: ruby/setup-ruby@70da3bbf44ac06db1b0547ce2acc9380a5270d1e + uses: ruby/setup-ruby@1198b074305f9356bd56dd4b311757cc0dab2f1c with: bundler-cache: true ruby-version: "3.2"