From 4168b556933ff451a612462957f734fd7f565fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 11:39:43 +0300 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.152.0 to 1.154.0 (#79) 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 aca10aa..1b62610 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout code uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Install Ruby and gems - uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 + uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 with: bundler-cache: true ruby-version: ${{ matrix.ruby }} @@ -37,7 +37,7 @@ jobs: - name: Checkout code uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Install Ruby and gems - uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 + uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 with: bundler-cache: true ruby-version: "3.1" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f0b0b9..2130b45 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout code uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - name: Install Ruby and gems - uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 + uses: ruby/setup-ruby@52b8784594ec115fd17094752708121dc5dabb47 with: bundler-cache: true ruby-version: "3.1"