From 75df394bc40f55df472863ecca6c58ad22f7d351 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 May 2021 11:05:00 +0200 Subject: [PATCH] Bump ruby/setup-ruby from 1.70.1 to 1.71.0 (#17859) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.70.1 to 1.71.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.70.1...v1.71.0) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 252c6bd0e99..79176875fce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: - name: Check out files from GitHub uses: actions/checkout@v2.3.4 - name: Setting up Ruby 2.6 - uses: ruby/setup-ruby@v1.70.1 + uses: ruby/setup-ruby@v1.71.0 with: ruby-version: 2.6 - name: Setup Ruby Gems cache