From 43d047970626bc0ecce739e6cb03ac87bef3b2b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 21:45:50 +0000 Subject: [PATCH] Bump ruby/setup-ruby from 1.186.0 to 1.187.0 in the github-actions group Bumps the github-actions group with 1 update: [ruby/setup-ruby](/~https://github.com/ruby/setup-ruby). Updates `ruby/setup-ruby` from 1.186.0 to 1.187.0 - [Release notes](/~https://github.com/ruby/setup-ruby/releases) - [Changelog](/~https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](/~https://github.com/ruby/setup-ruby/compare/2a9a743e19810b9f3c38060637daf594dbd7b37f...161cd54b698f1fb3ea539faab2e036d409550e3c) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/acceptance.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/acceptance.yml b/.github/workflows/acceptance.yml index 116a783..2b937f9 100644 --- a/.github/workflows/acceptance.yml +++ b/.github/workflows/acceptance.yml @@ -18,7 +18,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - - uses: ruby/setup-ruby@2a9a743e19810b9f3c38060637daf594dbd7b37f # pin@v1.186.0 + - uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # pin@v1.187.0 with: bundler-cache: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1126870..232136c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: - name: checkout uses: actions/checkout@v4 - - uses: ruby/setup-ruby@2a9a743e19810b9f3c38060637daf594dbd7b37f # pin@v1.186.0 + - uses: ruby/setup-ruby@161cd54b698f1fb3ea539faab2e036d409550e3c # pin@v1.187.0 with: bundler-cache: true