From b8feac0aca814828bff8561385b5d85f2eb86752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Feb 2021 11:28:27 +0100 Subject: [PATCH] Bump ruby/setup-ruby from v1.64.1 to v1.65.0 (#16751) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from v1.64.1 to v1.65.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.64.1...b818bea8cf015031920150a891dbdd4105cc7e47) 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 d1c5f0229ec..5cc41689f6d 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.64.1 + uses: ruby/setup-ruby@v1.65.0 with: ruby-version: 2.6 - name: Setup Ruby Gems cache