From 3176f117fd90fd5ee440d205410ed3b92d3cc72d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Aug 2022 06:30:27 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.110.0 to 1.115.3 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.110.0 to 1.115.3. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Commits](https://github.com/ruby/setup-ruby/compare/8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d...0a29871fe2b0200a17a4497bae54fe5df0d973aa) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/exercise-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exercise-tests.yml b/.github/workflows/exercise-tests.yml index f14546c2fa..0e2b288782 100644 --- a/.github/workflows/exercise-tests.yml +++ b/.github/workflows/exercise-tests.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/checkout@v3 - name: Set up Ruby - uses: ruby/setup-ruby@8029ebd6e5bd8f4e0d6f7623ea76a01ec5b1010d + uses: ruby/setup-ruby@0a29871fe2b0200a17a4497bae54fe5df0d973aa with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true