Skip to content

Commit 9edaa50

Browse files
Bump ruby/setup-ruby from 1.194.0 to 1.199.0 (#212)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.194.0 to 1.199.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@c04af2b...7d3497f) --- 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 c8fc220 commit 9edaa50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1616

1717
- name: Set up Ruby
18-
uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972
18+
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763
1919
with:
2020
ruby-version: .ruby-version
2121
bundler-cache: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
1919

2020
- name: Setup Ruby
21-
uses: ruby/setup-ruby@c04af2bb7258bb6a03df1d3c1865998ac9390972
21+
uses: ruby/setup-ruby@7d3497fd78c07c0d84ebafa58d8dac60cd1f0763
2222
with:
2323
ruby-version: .ruby-version
2424
bundler-cache: true

0 commit comments

Comments
 (0)