Skip to content

Commit 757f21a

Browse files
Bump ruby/setup-ruby from 1.186.0 to 1.188.0 (#70)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.186.0 to 1.188.0. - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@2a9a743...50ba338) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 987e302 commit 757f21a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1616

1717
- name: Set up Ruby
18-
uses: ruby/setup-ruby@2a9a743e19810b9f3c38060637daf594dbd7b37f
18+
uses: ruby/setup-ruby@50ba3386b050ad5b97a41fcb81240cbee1d1821f
1919
with:
2020
ruby-version: .ruby-version
2121
bundler-cache: true

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
1919

2020
- name: Setup Ruby
21-
uses: ruby/setup-ruby@2a9a743e19810b9f3c38060637daf594dbd7b37f
21+
uses: ruby/setup-ruby@50ba3386b050ad5b97a41fcb81240cbee1d1821f
2222
with:
2323
ruby-version: .ruby-version
2424
bundler-cache: true

0 commit comments

Comments
 (0)