From df7580a18a60d9737f90ad5a92d13ee0f9f0011e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Oct 2020 09:10:38 +0200 Subject: [PATCH] Bump actions/setup-ruby from v1.1.1 to v1.1.2 (#14676) Bumps [actions/setup-ruby](https://github.com/actions/setup-ruby) from v1.1.1 to v1.1.2. - [Release notes](https://github.com/actions/setup-ruby/releases) - [Commits](https://github.com/actions/setup-ruby/compare/v1.1.1...5f29a1cd8dfebf420691c4c9a0e832e2fae5a526) 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 d655d7aec3d..121bd9b83bb 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.1.1 + uses: actions/setup-ruby@v1.1.2 with: ruby-version: 2.6 - name: Setup Ruby Gems cache