From 584f41edee24ac539fd32e1bb1707c533e0e31ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Mar 2021 12:00:20 +0100 Subject: [PATCH] Bump ruby/setup-ruby from v1.66.0 to v1.66.1 (#17138) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from v1.66.0 to v1.66.1. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.66.0...dddacd7ec16cae1a8190380a744ef47cb2aa0bed) 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 b9ef2d6640e..c0d568b6ff2 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.66.0 + uses: ruby/setup-ruby@v1.66.1 with: ruby-version: 2.6 - name: Setup Ruby Gems cache