From 0ac98120124c0c1cf0f311128e78bc88769349c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2020 14:27:56 +0200 Subject: [PATCH] Bump actions/setup-ruby from v1 to v1.1.1 (#13924) Bumps [actions/setup-ruby](https://github.com/actions/setup-ruby) from v1 to v1.1.1. - [Release notes](https://github.com/actions/setup-ruby/releases) - [Commits](https://github.com/actions/setup-ruby/compare/v1...18c61abf688e8efc9bec2bdb29c8bca07df5ff45) 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 ae114bf3b77..878bd246a5d 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: actions/setup-ruby@v1 + uses: actions/setup-ruby@v1.1.1 with: ruby-version: 2.6 - name: Setup Ruby Gems cache