From 000a0b4a5f08f58cbca8a48a73e20845962edccd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:10:46 +0000 Subject: [PATCH] github-action: bump ruby/setup-ruby from 1.173.0 to 1.180.1 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.173.0 to 1.180.1. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/5f19ec79cedfadb78ab837f95b87734d0003c899...3783f195e29b74ae398d7caca108814bbafde90e) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 2 +- .github/workflows/pr-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2e3a7449..ffb1600e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,7 +32,7 @@ jobs: node-version: "${{env.NODE_VERSION}}" - name: Setup Ruby - uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 + uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e with: bundler-cache: true diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 2580ce42..4b1347a4 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -18,7 +18,7 @@ jobs: with: node-version: "${{env.NODE_VERSION}}" - - uses: ruby/setup-ruby@5f19ec79cedfadb78ab837f95b87734d0003c899 + - uses: ruby/setup-ruby@3783f195e29b74ae398d7caca108814bbafde90e with: bundler-cache: true