From 5c6c4a8d67565b2a44516ba7c219ead9341bbfec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 15:02:24 -0800 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.152.0 to 1.172.0 (#43) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 35d0096..209daa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Install Ruby and gems - uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 + uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 with: bundler-cache: true ruby-version: ${{ matrix.ruby }} @@ -37,7 +37,7 @@ jobs: - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Install Ruby and gems - uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 + uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 with: bundler-cache: true ruby-version: "3.1" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 155d3ec..01af1b3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout code uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Install Ruby and gems - uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 + uses: ruby/setup-ruby@d4526a55538b775af234ba4af27118ed6f8f6677 with: bundler-cache: true ruby-version: "3.2"