From e2d58e3daeca314a3bb11bc572dea2a7635104ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 13:13:35 +0200 Subject: [PATCH] Bump ruby/setup-ruby from v1.68.0 to v1.70.0 (#17539) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from v1.68.0 to v1.70.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.68.0...6f2028eda533117e2ab7a1108e3bb40b01f481bc) 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 05efb5b23a6..05b5d6de111 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.68.0 + uses: ruby/setup-ruby@v1.70.0 with: ruby-version: 2.6 - name: Setup Ruby Gems cache