From ae1b37ccfbfc4c254574abb27727af5f7b7fcefd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 08:22:57 +0000 Subject: [PATCH] github-action: bump ruby/setup-ruby from 1.168.0 to 1.170.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.168.0 to 1.170.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/432702e864cadc1b56247e31aa341be5be3e129a...bd03e04863f52d169e18a2b190e8fa6b84938215) --- 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 cbb6c153..96bc6c9d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: with: node-version: "14" - - uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a #v1.168.0 + - uses: ruby/setup-ruby@bd03e04863f52d169e18a2b190e8fa6b84938215 #v1.170.0 with: bundler-cache: true diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index db6cbaee..6dc222da 100644 --- a/.github/workflows/pr-tests.yml +++ b/.github/workflows/pr-tests.yml @@ -19,7 +19,7 @@ jobs: with: node-version: "${{env.NODE_VERSION}}" - - uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a #v1.168.0 + - uses: ruby/setup-ruby@bd03e04863f52d169e18a2b190e8fa6b84938215 #v1.170.0 with: bundler-cache: true