From a051055ae48e7182ad8b59c8852e7f97ce35bfcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:40:53 +0000 Subject: [PATCH] github-action: bump ruby/setup-ruby from 1.165.1 to 1.168.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.165.1 to 1.168.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/360dc864d5da99d54fcb8e9148c14a84b90d3e88...432702e864cadc1b56247e31aa341be5be3e129a) --- 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 63037bbd..cbb6c153 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -26,7 +26,7 @@ jobs: with: node-version: "14" - - uses: ruby/setup-ruby@360dc864d5da99d54fcb8e9148c14a84b90d3e88 #v1.165.1 + - uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a #v1.168.0 with: bundler-cache: true diff --git a/.github/workflows/pr-tests.yml b/.github/workflows/pr-tests.yml index 02bc85cd..db6cbaee 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@360dc864d5da99d54fcb8e9148c14a84b90d3e88 #v1.165.1 + - uses: ruby/setup-ruby@432702e864cadc1b56247e31aa341be5be3e129a #v1.168.0 with: bundler-cache: true