From 2a385f0d7a8ebd7f6883ad39eae2fc598ea8f700 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 01:40:01 +0000 Subject: [PATCH] chore(deps): bump ruby/setup-ruby from 1.70.1 to 1.71.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.70.1 to 1.71.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/v1.70.1...v1.71.0) Signed-off-by: dependabot[bot] --- .github/workflows/cd-site.yml | 2 +- .github/workflows/ci-danger.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd-site.yml b/.github/workflows/cd-site.yml index 8a02fe9e3..2b36a9193 100644 --- a/.github/workflows/cd-site.yml +++ b/.github/workflows/cd-site.yml @@ -21,7 +21,7 @@ jobs: with: python-version: ${{ matrix.python }} - name: "[INIT] Install Ruby ${{ matrix.ruby }}" - uses: ruby/setup-ruby@v1.70.1 + uses: ruby/setup-ruby@v1.71.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true diff --git a/.github/workflows/ci-danger.yml b/.github/workflows/ci-danger.yml index bfdd2cf18..e2a1e68f3 100644 --- a/.github/workflows/ci-danger.yml +++ b/.github/workflows/ci-danger.yml @@ -15,7 +15,7 @@ jobs: - name: "[INIT] Checkout repository" uses: actions/checkout@v2 - name: "[INIT] Install Ruby ${{ matrix.ruby }}" - uses: ruby/setup-ruby@v1.70.1 + uses: ruby/setup-ruby@v1.71.0 with: ruby-version: ${{ matrix.ruby }} bundler-cache: true