From c310e2386a95fbe34a5d2e33ed581f7bcb6c398b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Apr 2021 12:10:58 +0200 Subject: [PATCH] Bump ruby/setup-ruby from v1.66.1 to v1.67.0 (#17280) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from v1.66.1 to v1.67.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.66.1...ad65390c0a7505ce47023b0555e762426132496b) 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 c0d568b6ff2..07b1a98bbef 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.1 + uses: ruby/setup-ruby@v1.67.0 with: ruby-version: 2.6 - name: Setup Ruby Gems cache