From 5ed7ab41ddef938205774c3dc95afc872eae459d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Aug 2021 08:09:53 +0200 Subject: [PATCH] Bump ruby/setup-ruby from 1.79.0 to 1.80.0 (#18764) Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.79.0 to 1.80.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.79.0...v1.80.0) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... 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 a683e0f285e..7182a82dd33 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.3.4 - name: Setting up Ruby 2.6 - uses: ruby/setup-ruby@v1.79.0 + uses: ruby/setup-ruby@v1.80.0 with: ruby-version: 2.6 - name: Setup Ruby Gems cache