From 47029bd9d2a0ccea65371e0719fcfd73ce5665bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Apr 2021 15:11:01 +0200 Subject: [PATCH] Bump ruby/setup-ruby from v1.70.0 to v1.70.1 (#17610) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from v1.70.0 to v1.70.1. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.70.0...2eb6adbfb1f8850489a1f947f9421d777ea89485) 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 05b5d6de111..8a799459262 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 - name: Setting up Ruby 2.6 - uses: ruby/setup-ruby@v1.70.0 + uses: ruby/setup-ruby@v1.70.1 with: ruby-version: 2.6 - name: Setup Ruby Gems cache